diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2007-01-28 20:38:35 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2007-01-28 20:38:35 +0000 |
commit | 94d122e96e352fd91f1c75fc9ed05b76b673624b (patch) | |
tree | 723616865091c5f0204abcf4d0e38645fae63f2d /libswscale | |
parent | 66e9de3891dcb34b1521d3162490433e8f032891 (diff) | |
download | ffmpeg-94d122e96e352fd91f1c75fc9ed05b76b673624b.tar.gz |
stray fflush spotted by Aurel
Originally committed as revision 22051 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale')
-rw-r--r-- | libswscale/cs_test.c | 2 |
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++){ |