mirror of
https://github.com/mpv-player/mpv
synced 2025-02-17 13:17:13 +00:00
stray fflush spotted by Aurel
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22051 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
3a49ee1618
commit
91fdfc6820
@ -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…
Reference in New Issue
Block a user