This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
stray fflush spotted by Aurel
Originally committed as revision 22051 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
tags/v0.5
Luca Barbato
18 years ago
parent
66e9de3891
commit
94d122e96e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libswscale/cs_test.c
+ 1
- 1
libswscale/cs_test.c
View File
@@ -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++){
Write
Preview
Loading…
Cancel
Save