From 789ecb9343a9a6ffeb79c581e24a309e242aed34 Mon Sep 17 00:00:00 2001 From: arpi Date: Wed, 22 Aug 2001 08:24:29 +0000 Subject: [PATCH] argh. yet another ugly bug: missing --dvd_angle git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1618 b3059339-0415-0410-9bf9-f77b7e298cf2 --- open.c | 1 + 1 file changed, 1 insertion(+) 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. */