summaryrefslogtreecommitdiffstats
path: root/Gui/mplayer/mw.h
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-16 15:35:28 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-16 15:35:28 +0000
commitbcc4c6b1ae5d13adcb385fc2fc8ee629eaa26d0c (patch)
treee7ad43c99790b2039a4b5bea8a6e2eb55df9d737 /Gui/mplayer/mw.h
parent1413b42ad56a24ed12631fb43ccd7d44c05ac6a8 (diff)
downloadmpv-bcc4c6b1ae5d13adcb385fc2fc8ee629eaa26d0c.tar.bz2
mpv-bcc4c6b1ae5d13adcb385fc2fc8ee629eaa26d0c.tar.xz
- dvd aspect changing bug - fixed
- if codec is not found -> sig11 - fixed - pp autoq handling bug - fixed - some warning - fixed git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7752 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/mplayer/mw.h')
-rw-r--r--Gui/mplayer/mw.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gui/mplayer/mw.h b/Gui/mplayer/mw.h
index f3eff2b12e..f7098aea65 100644
--- a/Gui/mplayer/mw.h
+++ b/Gui/mplayer/mw.h
@@ -456,8 +456,9 @@ set_volume:
case 1:
default: movie_aspect=-1;
}
- guiIntfStruct.FilenameChanged=1;
wsClearWindow( appMPlayer.subWindow );
+ if ( guiIntfStruct.StreamType == STREAMTYPE_DVD ) goto play_dvd_2;
+ else guiIntfStruct.FilenameChanged=1;
break;
// --- timer events