diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-01-21 22:45:58 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-01-21 22:45:58 +0100 |
commit | 03a82d588b74b738563dc6709ff00011529ad407 (patch) | |
tree | b515997c043b36631b1053ba57c7ad1593501a86 /doc/ffmpeg-resampler.texi | |
parent | c5f9cc96366fdefe1455acd31de553ef1bd8d9a9 (diff) | |
download | ffmpeg-03a82d588b74b738563dc6709ff00011529ad407.tar.gz |
doc/swr: More verbose description of the force resample flag.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/ffmpeg-resampler.texi')
-rw-r--r-- | doc/ffmpeg-resampler.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ffmpeg-resampler.texi b/doc/ffmpeg-resampler.texi index 380f54b166..4fb5771687 100644 --- a/doc/ffmpeg-resampler.texi +++ b/doc/ffmpeg-resampler.texi @@ -90,7 +90,8 @@ Set flags used by the converter. Default value is 0. It supports the following individual flags: @table @option @item res -force resampling +force resampling, this flag forces resampling to be used even when the +input and output sample rates match. @end table @item dither_scale |