[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
- Previous message: [Mplayer-cvslog] CVS: main/postproc postprocess_internal.h,NONE,1.1 postprocess.c,1.70,1.71 postprocess.h,1.30,1.31
- Next message: [Mplayer-cvslog] CVS: main/libmpcodecs vd_odivx.c,1.12,1.13 vf_pp.c,1.18,1.19
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [Mplayer-cvslog] CVS: main/postproc postprocess_internal.h,NONE,1.1 postprocess.c,1.70,1.71 postprocess.h,1.30,1.31
- Next message: [Mplayer-cvslog] CVS: main/libmpcodecs vd_odivx.c,1.12,1.13 vf_pp.c,1.18,1.19
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list