summaryrefslogtreecommitdiffstats
path: root/vobsub.h
diff options
context:
space:
mode:
Diffstat (limited to 'vobsub.h')
-rw-r--r--vobsub.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vobsub.h b/vobsub.h
index e14e4aa935..179791f06f 100644
--- a/vobsub.h
+++ b/vobsub.h
@@ -15,6 +15,7 @@ extern void vobsub_out_output(void *me, const unsigned char *packet, int len, do
extern void vobsub_out_close(void *me);
extern int vobsub_set_from_lang(void *vobhandle, unsigned char * lang);
extern unsigned int vobsub_get_forced_subs_flag(void const * const vobhandle);
+extern void vobsub_seek(void * vobhandle, float pts);
#endif /* MPLAYER_VOBSUB_H */