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

Zoltan Ponekker pontscho at mplayerhq.hu
Wed Oct 16 17:35:30 CEST 2002


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

Modified Files:
	mw.h 
Log Message:


- dvd aspect changing bug - fixed
- if codec is not found -> sig11 - fixed
- pp autoq handling bug - fixed
- some warning - fixed


Index: mw.h
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/mplayer/mw.h,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- mw.h	28 Sep 2002 21:16:11 -0000	1.83
+++ mw.h	16 Oct 2002 15:35:27 -0000	1.84
@@ -456,8 +456,9 @@
 	  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




More information about the MPlayer-cvslog mailing list