diff stream/stream_dvdnav.h @ 21560:a16219e6d656

added function to return the language of the specified subtitle id. Patch by o o O tvos Attila
author nicodvb
date Sun, 10 Dec 2006 17:25:54 +0000
parents c9b6588932b5
children ca8327c8d1fb
line wrap: on
line diff
--- a/stream/stream_dvdnav.h	Sun Dec 10 16:52:58 2006 +0000
+++ b/stream/stream_dvdnav.h	Sun Dec 10 17:25:54 2006 +0000
@@ -31,6 +31,7 @@
 
 int dvdnav_number_of_subs(stream_t *stream);
 int dvdnav_sid_from_lang(stream_t *stream, unsigned char *language);
+int dvdnav_lang_from_sid(stream_t *stream, int sid, unsigned char *buf);
 int mp_dvdnav_handle_input(stream_t *stream, int cmd, int *button);
 void mp_dvdnav_update_mouse_pos(stream_t *stream, int32_t x, int32_t y, int* button);
 void mp_dvdnav_get_highlight (stream_t *stream, nav_highlight_t *hl);