diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-09-01 08:20:50 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-09-11 17:30:03 +0200 |
commit | b2254d8385dac00f04ce74081810e17b155db785 (patch) | |
tree | 379b093ceba7fffb10efa9e99b2d7339ece76a05 /doc/avconv.texi | |
parent | ca46fde792fd1c98e697b8e3ef54265d7eaf4248 (diff) | |
download | ffmpeg-b2254d8385dac00f04ce74081810e17b155db785.tar.gz |
avconv: move frame pixel format to the options context.
Also remove redundant -pix_fmt list syntax, it's inconsistent and only
makes the code more complicated. -pix_fmts should be enough for
everyone.
Diffstat (limited to 'doc/avconv.texi')
-rw-r--r-- | doc/avconv.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/avconv.texi b/doc/avconv.texi index 62f21f05e4..1e3236ef4c 100644 --- a/doc/avconv.texi +++ b/doc/avconv.texi @@ -351,7 +351,7 @@ also sources and sinks). @table @option @item -pix_fmt @var{format} -Set pixel format. Use 'list' as parameter to show all the supported +Set pixel format. Use @code{-pix_fmts} to show all the supported pixel formats. @item -sws_flags @var{flags} Set SwScaler flags. |