mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-15 11:51:33 +00:00
ffplay: flush correct stream after stats update
Stats and logs are written to stderr, not stdout.
This commit is contained in:
parent
2d6a89872e
commit
b195b5f2ba
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user