From 5a6d66640c7c761c39982aca3e3d1fcc7251a01a Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sat, 26 Sep 2009 17:18:02 +0000 Subject: Add a -loglevel command line option to ffplay. The -loglevel option makes possible to set the logging level used by the libav* libraries. Originally committed as revision 20027 to svn://svn.ffmpeg.org/ffmpeg/trunk --- doc/ffplay-doc.texi | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'doc') diff --git a/doc/ffplay-doc.texi b/doc/ffplay-doc.texi index 2c34890c16..a92039653b 100644 --- a/doc/ffplay-doc.texi +++ b/doc/ffplay-doc.texi @@ -56,6 +56,19 @@ Seek by bytes. Disable graphical display. @item -f @var{fmt} Force format. +@item -loglevel @var{loglevel} +Set the logging level used by the library. +@var{loglevel} is a number or a string containing one of the following values: +@table @samp +@item quiet +@item panic +@item fatal +@item error +@item warning +@item info +@item verbose +@item debug +@end table @end table @section Advanced options -- cgit v1.2.3