aboutsummaryrefslogtreecommitdiffhomepage
path: root/open.c
diff options
context:
space:
mode:
authorGravatar arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-22 08:24:29 +0000
committerGravatar arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-22 08:24:29 +0000
commit789ecb9343a9a6ffeb79c581e24a309e242aed34 (patch)
tree6da6a4ebf70a4153398814a7dd742448e4b76d9a /open.c
parentd499642e0262300683a61c8f3768613849e831d0 (diff)
argh. yet another ugly bug: missing --dvd_angle
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1618 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'open.c')
-rw-r--r--open.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/open.c b/open.c
index 1d31ef2a86..db0f3caede 100644
--- a/open.c
+++ b/open.c
@@ -166,6 +166,7 @@ if(dvd_title){
DVDClose( dvd );
return NULL;
}
+ --dvd_angle; // remap 1.. -> 0..
/**
* Load the VTS information for the title set our title is in.
*/