diff options
author | Paul B Mahol <onemda@gmail.com> | 2013-06-04 11:56:14 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2013-06-04 21:57:25 +0000 |
commit | 0804171104057b20897cec1b59456702744d12fe (patch) | |
tree | ae706195db7c1999a0c78690753ff4eabe5da64a /doc/resampler.texi | |
parent | 495bf1b68574a27536dcf2e06bad3cf72a84f7ba (diff) | |
download | ffmpeg-0804171104057b20897cec1b59456702744d12fe.tar.gz |
swresample: set flags & description and add documentation for output_sample_bits
Allows users to actually use such option.
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc/resampler.texi')
-rw-r--r-- | doc/resampler.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/resampler.texi b/doc/resampler.texi index d37d53d0f1..bc9d31d1cc 100644 --- a/doc/resampler.texi +++ b/doc/resampler.texi @@ -217,6 +217,10 @@ select Kaiser Windowed Sinc For swr only, set Kaiser Window Beta value. Must be an integer in the interval [2,16], default value is 9. +@item output_sample_bits +For swr only, set number of used output sample bits for dithering. Must be an integer in the +interval [0,64], default value is 0, which means it's not used. + @end table @c man end RESAMPLER OPTIONS |