diff options
author | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2013-03-30 14:08:28 -0400 |
---|---|---|
committer | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2013-03-31 18:02:18 -0400 |
commit | 1fb8ecb498dadf788ba382d8b049b0bd57fb1e5a (patch) | |
tree | 2aeb66f9bba45b253ea4aa26272fbc9053aaab97 /doc | |
parent | a9f8182a9dbc5caa84b4bf314823e7e7f8fe3d5a (diff) | |
download | ffmpeg-1fb8ecb498dadf788ba382d8b049b0bd57fb1e5a.tar.gz |
doc: Remove list of format fields
These are available in the output of -formats.
Similarily, we do not list the fields for e.g. -codecs.
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/avtools-common-opts.texi | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/avtools-common-opts.texi b/doc/avtools-common-opts.texi index a7a4d701f4..111812da78 100644 --- a/doc/avtools-common-opts.texi +++ b/doc/avtools-common-opts.texi @@ -85,14 +85,6 @@ Show version. @item -formats Show available formats. -The fields preceding the format names have the following meanings: -@table @samp -@item D -Decoding available -@item E -Encoding available -@end table - @item -codecs Show all codecs known to libavcodec. |