From 5f6cb6eb9c45a02f591645abd5b1040069a19e81 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Mon, 21 Dec 2009 21:32:09 +0000 Subject: Factorize common options documentation. Originally committed as revision 20907 to svn://svn.ffmpeg.org/ffmpeg/trunk --- doc/ffplay-doc.texi | 31 +------------------------------ 1 file changed, 1 insertion(+), 30 deletions(-) (limited to 'doc/ffplay-doc.texi') diff --git a/doc/ffplay-doc.texi b/doc/ffplay-doc.texi index a544d61196..2b1df55206 100644 --- a/doc/ffplay-doc.texi +++ b/doc/ffplay-doc.texi @@ -29,22 +29,7 @@ ffplay [options] @file{input_file} @section Main options @table @option -@item -h, -?, -help, --help -Show help. -@item -version -Show version. -@item -L -Show license. -@item -formats -Show available formats. -@item -codecs -Show available codecs. -@item -bsfs -Show available bitstream filters. -@item -protocols -Show available protocols. -@item -filters -Show available libavfilter filters. +@include fftools-common-opts.texi @item -x @var{width} Force displayed width. @item -y @var{height} @@ -64,20 +49,6 @@ 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 @table @option -- cgit v1.2.1