summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-05-15 20:52:06 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-05-15 20:52:06 +0000
commit682b140477a6b1624a0b029258bd7b270a4990af (patch)
treea0d16ee100ca776dd5e4e820f6c55431b362f502
parentf5f234c94e3c914bc76a33d892aef4e45be5fa6c (diff)
downloadmpv-682b140477a6b1624a0b029258bd7b270a4990af.tar.bz2
mpv-682b140477a6b1624a0b029258bd7b270a4990af.tar.xz
restore vcd_track
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15485 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--libmpdemux/open.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpdemux/open.c b/libmpdemux/open.c
index baccdd3abc..96f99db843 100644
--- a/libmpdemux/open.c
+++ b/libmpdemux/open.c
@@ -32,6 +32,7 @@ static URL_t* url;
/// We keep these 2 for the gui atm, but they will be removed.
int dvd_title=0;
+int vcd_track=0;
int dvd_chapter=1;
int dvd_last_chapter=0;