[SCM] libav/experimental: stray fflush spotted by Aurel
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 15:55:42 UTC 2013
The following commit has been merged in the experimental branch:
commit 94d122e96e352fd91f1c75fc9ed05b76b673624b
Author: Luca Barbato <lu_zero at gentoo.org>
Date: Sun Jan 28 20:38:35 2007 +0000
stray fflush spotted by Aurel
Originally committed as revision 22051 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
diff --git a/libswscale/cs_test.c b/libswscale/cs_test.c
index 65b1de2..3ebffd5 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++){
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list