diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-11-05 15:55:25 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-11-06 18:38:53 +0100 |
commit | 2b56db5869ddc9d5926fd4575e11bf3649dbd9ff (patch) | |
tree | d98fc3333ddf0994f3d7381e3a603b5c6017729e /doc/avconv.texi | |
parent | 246128463020b9831addadc621f61e2551a30a4a (diff) | |
download | ffmpeg-2b56db5869ddc9d5926fd4575e11bf3649dbd9ff.tar.gz |
doc/avconv: -sample_fmts, not -help sample_fmts prints the sample formats
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 1075cc7c56..41e2771979 100644 --- a/doc/avconv.texi +++ b/doc/avconv.texi @@ -549,7 +549,7 @@ Disable audio recording. @item -acodec @var{codec} (@emph{input/output}) Set the audio codec. This is an alias for @code{-codec:a}. @item -sample_fmt[:@var{stream_specifier}] @var{sample_fmt} (@emph{output,per-stream}) -Set the audio sample format. Use @code{-help sample_fmts} to get a list +Set the audio sample format. Use @code{-sample_fmts} to get a list of supported sample formats. @end table |