stray fflush spotted by Aurel
authorLuca Barbato <lu_zero@gentoo.org>
Sun, 28 Jan 2007 20:38:35 +0000 (20:38 +0000)
committerLuca Barbato <lu_zero@gentoo.org>
Sun, 28 Jan 2007 20:38:35 +0000 (20:38 +0000)
Originally committed as revision 22051 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

libswscale/cs_test.c

index 65b1de2..3ebffd5 100644 (file)
@@ -80,7 +80,7 @@ int main(int argc, char **argv)
                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++){