diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-01-21 21:14:27 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-01-21 21:14:27 +0100 |
commit | 2dd07518afb3c96b8722d3d2bd4e074eaa90dc9c (patch) | |
tree | 1b1803fc9c0ebbc955a51bbb100b282d53e85ba1 /doc | |
parent | 05340be97bc395ca0b544c6d856469894ecbf5eb (diff) | |
download | ffmpeg-2dd07518afb3c96b8722d3d2bd4e074eaa90dc9c.tar.gz |
docs/swr: better used_channel_count docs
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ffmpeg-resampler.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ffmpeg-resampler.texi b/doc/ffmpeg-resampler.texi index d45126f11f..ccd922c256 100644 --- a/doc/ffmpeg-resampler.texi +++ b/doc/ffmpeg-resampler.texi @@ -43,7 +43,7 @@ value is not mandatory if the corresponding channel layout @option{out_channel_layout} is set. @item uch, used_channel_count -Set the number of used channels. Default value is 0. This option is +Set the number of used input channels. Default value is 0. This option is only used for special remapping. @item isr, in_sample_rate |