Commit b195b5f2 authored by Gyan Doshi's avatar Gyan Doshi

ffplay: flush correct stream after stats update

Stats and logs are written to stderr, not stdout.
parent 2d6a8987
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment