summaryrefslogtreecommitdiffstats
path: root/vobsub.h
diff options
context:
space:
mode:
Diffstat (limited to 'vobsub.h')
-rw-r--r--vobsub.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vobsub.h b/vobsub.h
index 9d7e8fbc30..e9bf1ca51c 100644
--- a/vobsub.h
+++ b/vobsub.h
@@ -13,6 +13,6 @@ extern char *vobsub_get_id(void * /* vobhandle */, unsigned int /* index */);
extern void *vobsub_out_open(const char *basename, const unsigned int *palette, unsigned int orig_width, unsigned int orig_height, const char *id, unsigned int index);
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);
#endif /* MPLAYER_VOBSUB_H */