summaryrefslogtreecommitdiffstats
path: root/spudec.h
diff options
context:
space:
mode:
Diffstat (limited to 'spudec.h')
-rw-r--r--spudec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/spudec.h b/spudec.h
index 397c883b87..701e62785a 100644
--- a/spudec.h
+++ b/spudec.h
@@ -9,6 +9,7 @@ void spudec_assemble(void *this, unsigned char *packet, int len, 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_new(dvd_priv_t *dvd_info);
void spudec_free(void *this);
+void spudec_reset(void *this); // called after seek
#endif
#endif