[Mplayer-cvslog] CVS: main/Gui/mplayer mw.h,1.84,1.85

Zoltan Ponekker pontscho at mplayerhq.hu
Sat Nov 2 15:01:44 CET 2002


Update of /cvsroot/mplayer/main/Gui/mplayer
In directory mail:/var/tmp.root/cvs-serv25764

Modified Files:
	mw.h 
Log Message:
10l

Index: mw.h
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/mplayer/mw.h,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- mw.h	16 Oct 2002 15:35:27 -0000	1.84
+++ mw.h	2 Nov 2002 14:01:41 -0000	1.85
@@ -457,8 +457,11 @@
 	  default: movie_aspect=-1;
 	 }
 	wsClearWindow( appMPlayer.subWindow );
+#ifdef USE_DVDREAD
 	if ( guiIntfStruct.StreamType == STREAMTYPE_DVD ) goto play_dvd_2;
-	 else guiIntfStruct.FilenameChanged=1;
+	 else 
+#endif
+	 guiIntfStruct.FilenameChanged=1;
 	break;
 
 // --- timer events




More information about the MPlayer-cvslog mailing list