You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
ffplay: flush correct stream after stats update
Stats and logs are written to stderr, not stdout.
This commit is contained in:
@@ -1736,7 +1736,7 @@ display:
|
||||
else
|
||||
av_log(NULL, AV_LOG_INFO, "%s", buf.str);
|
||||
|
||||
fflush(stdout);
|
||||
fflush(stderr);
|
||||
av_bprint_finalize(&buf, NULL);
|
||||
|
||||
last_time = cur_time;
|
||||
|
Reference in New Issue
Block a user