comparison libswscale/cs_test.c @ 22033:a9b8e965de13

stray fflush spotted by Aurel
author lu_zero
date Sun, 28 Jan 2007 20:38:35 +0000
parents 2fbe2debf5e6
children 9ade9f0ebfc0
comparison
equal deleted inserted replaced
22032:62d7b935df2e 22033:a9b8e965de13
78 int width; 78 int width;
79 int failed=0; 79 int failed=0;
80 int srcBpp=0; 80 int srcBpp=0;
81 int dstBpp=0; 81 int dstBpp=0;
82 82
83 av_log(NULL, AV_LOG_INFO,"."); fflush(stdout); 83 av_log(NULL, AV_LOG_INFO,".");
84 memset(srcBuffer, srcByte, SIZE); 84 memset(srcBuffer, srcByte, SIZE);
85 85
86 for(width=32; width<64; width++){ 86 for(width=32; width<64; width++){
87 int dstOffset; 87 int dstOffset;
88 for(dstOffset=128; dstOffset<196; dstOffset++){ 88 for(dstOffset=128; dstOffset<196; dstOffset++){