diff spudec.h @ 3744:d358f4a74690

dvd seeking -> subtitle disappearing bugs fixed
author arpi
date Tue, 25 Dec 2001 20:32:02 +0000
parents ce9acee4e129
children 62f672249df1
line wrap: on
line diff
--- a/spudec.h	Tue Dec 25 19:25:27 2001 +0000
+++ b/spudec.h	Tue Dec 25 20:32:02 2001 +0000
@@ -9,6 +9,7 @@
 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_new(dvd_priv_t *dvd_info);
 void spudec_free(void *this);
+void spudec_reset(void *this);	// called after seek
 
 #endif
 #endif