[MPlayer-cvslog] r22051 - trunk/libswscale/cs_test.c
lu_zero
subversion at mplayerhq.hu
Sun Jan 28 21:38:35 CET 2007
Author: lu_zero
Date: Sun Jan 28 21:38:35 2007
New Revision: 22051
Modified:
trunk/libswscale/cs_test.c
Log:
stray fflush spotted by Aurel
Modified: trunk/libswscale/cs_test.c
==============================================================================
--- trunk/libswscale/cs_test.c (original)
+++ trunk/libswscale/cs_test.c Sun Jan 28 21:38:35 2007
@@ -80,7 +80,7 @@
int srcBpp=0;
int dstBpp=0;
- av_log(NULL, AV_LOG_INFO,"."); fflush(stdout);
+ av_log(NULL, AV_LOG_INFO,".");
memset(srcBuffer, srcByte, SIZE);
for(width=32; width<64; width++){
More information about the MPlayer-cvslog
mailing list