diff mplayer.c @ 5910:20c335d98ab3

fix fullscreen bug es ilyen libvo not initialized bug with gui igy
author pontscho
date Mon, 29 Apr 2002 22:00:50 +0000
parents 31159f453cf9
children cffef9cc01bb
line wrap: on
line diff
--- a/mplayer.c	Mon Apr 29 21:42:36 2002 +0000
+++ b/mplayer.c	Mon Apr 29 22:00:50 2002 +0000
@@ -2945,16 +2945,6 @@
      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 @@
     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 )