summaryrefslogtreecommitdiff
path: root/doc/ffplay.texi
diff options
context:
space:
mode:
authorGyan Doshi <ffmpeg@gyani.pro>2020-04-03 16:36:31 +0530
committerGyan Doshi <ffmpeg@gyani.pro>2020-04-04 15:17:24 +0530
commit2d6a89872ea2e20a3464be825d683d6f91d67c62 (patch)
treea93fbf766e2fffa68ea8e2c62f00ec2cee644a65 /doc/ffplay.texi
parenta6e56d12a413013d3a4b39f670e5495805965a67 (diff)
ffplay: always show stats at all log levels if requested by user
Since 3b491c5a500, stats would be hidden if loglevel was lower than info, even if -stats was set. Fixes #6962
Diffstat (limited to 'doc/ffplay.texi')
-rw-r--r--doc/ffplay.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/ffplay.texi b/doc/ffplay.texi
index a487c0de8d..f3761bb12e 100644
--- a/doc/ffplay.texi
+++ b/doc/ffplay.texi
@@ -133,8 +133,9 @@ This option has been deprecated in favor of private options, try -pixel_format.
@item -stats
Print several playback statistics, in particular show the stream
duration, the codec parameters, the current position in the stream and
-the audio/video synchronisation drift. It is on by default, to
-explicitly disable it you need to specify @code{-nostats}.
+the audio/video synchronisation drift. It is shown by default, unless the
+log level is lower than @code{info}. Its display can be forced by manually
+specifying this option. To disable it, you need to specify @code{-nostats}.
@item -fast
Non-spec-compliant optimizations.