[Mplayer-cvslog] CVS: main/postproc swscale.c,1.108,1.109
Arpi of Ize
arpi at mplayerhq.hu
Fri Nov 1 18:46:48 CET 2002
- Previous message: [Mplayer-cvslog] CVS: main/libvo vo_dga.c,1.55,1.56 x11_common.c,1.107,1.108
- Next message: [Mplayer-cvslog] CVS: main mencoder.c,1.179,1.180 mplayer.c,1.605,1.606 vobsub.c,1.22,1.23
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/postproc
In directory mail:/var/tmp.root/cvs-serv20982/postproc
Modified Files:
swscale.c
Log Message:
verbose can be negative
Index: swscale.c
===================================================================
RCS file: /cvsroot/mplayer/main/postproc/swscale.c,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- swscale.c 13 Oct 2002 19:46:51 -0000 1.108
+++ swscale.c 1 Nov 2002 17:46:45 -0000 1.109
@@ -2300,7 +2300,7 @@
MSG_INFO("using C\n");
}
- if((flags & SWS_PRINT_INFO) && verbose)
+ if((flags & SWS_PRINT_INFO) && verbose>0)
{
if(cpuCaps.hasMMX)
{
- Previous message: [Mplayer-cvslog] CVS: main/libvo vo_dga.c,1.55,1.56 x11_common.c,1.107,1.108
- Next message: [Mplayer-cvslog] CVS: main mencoder.c,1.179,1.180 mplayer.c,1.605,1.606 vobsub.c,1.22,1.23
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list