From 1b8e3babb84d8b5619e7eeae3c84276614ba5958 Mon Sep 17 00:00:00 2001 From: joey Date: Sun, 22 Aug 2004 18:47:48 +0000 Subject: moved combined vobsub_lang into sub_select add support for dvd subs and ogg subs into sub_select document sub_select vobsub_lang left as a link to sub_select for backwards compatibility git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13090 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/stream.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libmpdemux/stream.h') diff --git a/libmpdemux/stream.h b/libmpdemux/stream.h index df0df18afb..a9f9241d76 100644 --- a/libmpdemux/stream.h +++ b/libmpdemux/stream.h @@ -321,6 +321,8 @@ typedef struct { stream_language_t subtitles[32]; } dvd_priv_t; +int dvd_number_of_subs(stream_t *stream); +int dvd_lang_from_sid(stream_t *stream, int id); int dvd_aid_from_lang(stream_t *stream, unsigned char* lang); int dvd_sid_from_lang(stream_t *stream, unsigned char* lang); int dvd_chapter_from_cell(dvd_priv_t *dvd,int title,int cell); -- cgit v1.2.3