diff spudec.h @ 5474:a303ae797429

spudec_update_palette() added - dvdnav patch by Kees Cook <mplayer@outflux.net>
author arpi
date Wed, 03 Apr 2002 18:14:21 +0000
parents 62f672249df1
children 86663f1b9b00
line wrap: on
line diff
--- a/spudec.h	Wed Apr 03 17:58:17 2002 +0000
+++ b/spudec.h	Wed Apr 03 18:14:21 2002 +0000
@@ -5,6 +5,7 @@
 void spudec_assemble(void *this, unsigned char *packet, unsigned int len, unsigned int pts100);
 void spudec_draw(void *this, void (*draw_alpha)(int x0,int y0, int w,int h, unsigned char* src, unsigned char *srca, int stride));
 void spudec_draw_scaled(void *this, unsigned int dxs, unsigned int dys, void (*draw_alpha)(int x0,int y0, int w,int h, unsigned char* src, unsigned char *srca, int stride));
+void spudec_update_palette(void *this, unsigned int *palette);
 void *spudec_new_scaled(unsigned int *palette, unsigned int frame_width, unsigned int frame_height);
 void *spudec_new(unsigned int *palette);
 void spudec_free(void *this);