summaryrefslogtreecommitdiffstats
path: root/stream/stream_dvdnav.h
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-25 12:17:34 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-25 12:17:34 +0000
commit394129086bb121d52350b0fcc90a7bcbcc2b7d76 (patch)
tree45ac9e68e66e3e0aef29564444e05c7e9f53c498 /stream/stream_dvdnav.h
parent808bbc836ab9d68c7a41803b5e175128a74c9bd6 (diff)
downloadmpv-394129086bb121d52350b0fcc90a7bcbcc2b7d76.tar.bz2
mpv-394129086bb121d52350b0fcc90a7bcbcc2b7d76.tar.xz
added code to identify subs language and count; needed for forthcoming support for -slang
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21213 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/stream_dvdnav.h')
-rw-r--r--stream/stream_dvdnav.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/stream/stream_dvdnav.h b/stream/stream_dvdnav.h
index cd097936d2..7790a75c6c 100644
--- a/stream/stream_dvdnav.h
+++ b/stream/stream_dvdnav.h
@@ -33,6 +33,8 @@ extern int osd_show_dvd_nav_ex;
extern int osd_show_dvd_nav_sy;
extern int osd_show_dvd_nav_ey;
+int dvdnav_number_of_subs(stream_t *stream);
+int dvdnav_sid_from_lang(stream_t *stream, unsigned char *language);
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);