summaryrefslogtreecommitdiff
path: root/libswscale
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2007-01-28 20:38:35 +0000
committerLuca Barbato <lu_zero@gentoo.org>2007-01-28 20:38:35 +0000
commit94d122e96e352fd91f1c75fc9ed05b76b673624b (patch)
tree723616865091c5f0204abcf4d0e38645fae63f2d /libswscale
parent66e9de3891dcb34b1521d3162490433e8f032891 (diff)
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.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++){