mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-02 20:35:37 +02:00
stray fflush spotted by Aurel
Originally committed as revision 22051 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
parent
66e9de3891
commit
94d122e96e
@ -80,7 +80,7 @@ int main(int argc, char **argv)
|
|||||||
int srcBpp=0;
|
int srcBpp=0;
|
||||||
int dstBpp=0;
|
int dstBpp=0;
|
||||||
|
|
||||||
av_log(NULL, AV_LOG_INFO,"."); fflush(stdout);
|
av_log(NULL, AV_LOG_INFO,".");
|
||||||
memset(srcBuffer, srcByte, SIZE);
|
memset(srcBuffer, srcByte, SIZE);
|
||||||
|
|
||||||
for(width=32; width<64; width++){
|
for(width=32; width<64; width++){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user