summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-29 22:00:50 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-29 22:00:50 +0000
commit958c31db05a8a6c618b4a18ada856a475530f642 (patch)
treef40e218e7eeda0b823ab66c57723b1161dee47e6 /mplayer.c
parent9ab3c3b38cd1bec3177df1093b3de0fef36c0a8a (diff)
downloadmpv-958c31db05a8a6c618b4a18ada856a475530f642.tar.bz2
mpv-958c31db05a8a6c618b4a18ada856a475530f642.tar.xz
fix fullscreen bug es ilyen libvo not initialized bug with gui igy
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5911 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/mplayer.c b/mplayer.c
index d7bc6c06fd..2c9d0f4010 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -2945,16 +2945,6 @@ if(eof == PT_NEXT_ENTRY || eof == PT_PREV_ENTRY) {
eof = eof == PT_PREV_SRC ? -1 : 1;
}
-#ifdef HAVE_NEW_GUI
- if( use_gui && !playtree_iter )
- {
-#ifdef USE_DVDREAD
- if ( !guiIntfStruct.DVDChanged )
-#endif
- mplStop();
- }
-#endif
-
if(eof == 0) eof = 1;
while(playtree_iter != NULL) {
@@ -2968,6 +2958,16 @@ while(playtree_iter != NULL) {
break;
}
+#ifdef HAVE_NEW_GUI
+ if( use_gui && !playtree_iter )
+ {
+#ifdef USE_DVDREAD
+ if ( !guiIntfStruct.DVDChanged )
+#endif
+ mplStop();
+ }
+#endif
+
if(use_gui || playtree_iter != NULL
#if defined( HAVE_NEW_GUI ) && defined( USE_DVDREAD )
|| ( guiIntfStruct.DVDChanged && use_gui )