summaryrefslogtreecommitdiffstats
path: root/vobsub.h
diff options
context:
space:
mode:
Diffstat (limited to 'vobsub.h')
-rw-r--r--vobsub.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vobsub.h b/vobsub.h
index e9bf1ca51c..e14e4aa935 100644
--- a/vobsub.h
+++ b/vobsub.h
@@ -14,5 +14,7 @@ extern void *vobsub_out_open(const char *basename, const unsigned int *palette,
extern void vobsub_out_output(void *me, const unsigned char *packet, int len, double pts);
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);
+
#endif /* MPLAYER_VOBSUB_H */