summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libswscale/cs_test.c2
1 files changed, 1 insertions, 1 deletions
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++){