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
ffplay: flush correct stream after stats update
Stats and logs are written to stderr, not stdout.
tags/n4.3
Gyan Doshi
5 years ago
parent
2d6a89872e
commit
b195b5f2ba
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
fftools/ffplay.c
+ 1
- 1
fftools/ffplay.c
View File
@@ -1736,7 +1736,7 @@ display:
else
av_log(NULL, AV_LOG_INFO, "%s", buf.str);
fflush(std
out
);
fflush(std
err
);
av_bprint_finalize(&buf, NULL);
last_time = cur_time;
Write
Preview
Loading…
Cancel
Save