summaryrefslogtreecommitdiffstats
path: root/libmpdemux/stream.h
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-22 22:45:30 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-22 22:45:30 +0000
commit8a61cd287be192dcf6f4b944b07bd30ae69000f6 (patch)
treea5f76ca3634211bca326b474066a4925658c9ca1 /libmpdemux/stream.h
parentb097b0767531e15753c44af6f9b90cb0bb5eef66 (diff)
downloadmpv-8a61cd287be192dcf6f4b944b07bd30ae69000f6.tar.bz2
mpv-8a61cd287be192dcf6f4b944b07bd30ae69000f6.tar.xz
dvd chapter detect function from Gregory Kovriga
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7855 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/stream.h')
-rw-r--r--libmpdemux/stream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpdemux/stream.h b/libmpdemux/stream.h
index 66fe7ef5e8..b051df2875 100644
--- a/libmpdemux/stream.h
+++ b/libmpdemux/stream.h
@@ -258,6 +258,7 @@ typedef struct {
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);
#endif