summaryrefslogtreecommitdiffstats
path: root/stream/stream_dvdnav.h
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-10 17:25:54 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-10 17:25:54 +0000
commita59ebe0c2db41e2f37f644f43dac8ab3825fd151 (patch)
tree1bc85c439111b0465874481703a1822e48edd976 /stream/stream_dvdnav.h
parentb5b3b6a41a47fabf81b79fec27b417fafb4dcbc0 (diff)
downloadmpv-a59ebe0c2db41e2f37f644f43dac8ab3825fd151.tar.bz2
mpv-a59ebe0c2db41e2f37f644f43dac8ab3825fd151.tar.xz
added function to return the language of the specified subtitle id. Patch by
o o O tvos Attila git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21576 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/stream_dvdnav.h')
-rw-r--r--stream/stream_dvdnav.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/stream_dvdnav.h b/stream/stream_dvdnav.h
index 726187ec40..4d10eb4b6a 100644
--- a/stream/stream_dvdnav.h
+++ b/stream/stream_dvdnav.h
@@ -31,6 +31,7 @@ typedef struct {
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);