From 2d6a89872ea2e20a3464be825d683d6f91d67c62 Mon Sep 17 00:00:00 2001 From: Gyan Doshi Date: Fri, 3 Apr 2020 16:36:31 +0530 Subject: 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 --- doc/ffplay.texi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc') 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. -- cgit v1.2.3