diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-09-26 17:18:02 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-09-26 17:18:02 +0000 |
commit | 5a6d66640c7c761c39982aca3e3d1fcc7251a01a (patch) | |
tree | 5409db1c47d1539660a1e92646aea693e0677332 /doc/ffplay-doc.texi | |
parent | a55247e76168e5e67d45e5fedec9cb9c62069673 (diff) | |
download | ffmpeg-5a6d66640c7c761c39982aca3e3d1fcc7251a01a.tar.gz |
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
Diffstat (limited to 'doc/ffplay-doc.texi')
-rw-r--r-- | doc/ffplay-doc.texi | 13 |
1 files changed, 13 insertions, 0 deletions
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 |