diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-02-21 10:56:38 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-02-21 10:56:38 +0000 |
commit | 8b9da8b50ab88d84bbf56338f7c952a3b6941f47 (patch) | |
tree | 76bfce7c987b4c66901c708b4f347f0d90fb4169 /doc/ffmpeg-doc.texi | |
parent | 802da0b4906015abb6e88b0656170989cd843f5a (diff) | |
download | ffmpeg-8b9da8b50ab88d84bbf56338f7c952a3b6941f47.tar.gz |
Put all the options shared amongst the ff* tools under a dedicated
section "Generic options".
Originally committed as revision 21934 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/ffmpeg-doc.texi')
-rw-r--r-- | doc/ffmpeg-doc.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index 14c4176886..b3de32ad73 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -222,10 +222,12 @@ specified for the inputs. @c man end @c man begin OPTIONS + +@include fftools-common-opts.texi + @section Main options @table @option -@include fftools-common-opts.texi @item -f @var{fmt} Force format. |