From 94d122e96e352fd91f1c75fc9ed05b76b673624b Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Sun, 28 Jan 2007 20:38:35 +0000 Subject: [PATCH] stray fflush spotted by Aurel Originally committed as revision 22051 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale --- libswscale/cs_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libswscale/cs_test.c b/libswscale/cs_test.c index 65b1de20b7..3ebffd5775 100644 --- a/libswscale/cs_test.c +++ b/libswscale/cs_test.c @@ -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++){