Commit 27da881d authored by lu_zero's avatar lu_zero

stray fflush spotted by Aurel

git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@22051 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 5df22220
......@@ -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++){
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment