From 394129086bb121d52350b0fcc90a7bcbcc2b7d76 Mon Sep 17 00:00:00 2001 From: nicodvb Date: Sat, 25 Nov 2006 12:17:34 +0000 Subject: 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 --- stream/stream_dvdnav.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'stream/stream_dvdnav.h') 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); -- cgit v1.2.3