diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-01-21 21:41:07 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-01-21 21:41:07 +0100 |
commit | 4606183262e08be44a689128955d885d7c592aec (patch) | |
tree | d0b36fe4dc0f1dbfb2290f3a23e6254d83d47781 /doc/ffmpeg-resampler.texi | |
parent | 83440f40ba37677df66b8360aa6da398bbe4724f (diff) | |
download | ffmpeg-4606183262e08be44a689128955d885d7c592aec.tar.gz |
doc/swr: try to fix non english "inclusively included between"
Googling this term has 9 hits, 7 from ffmpeg
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/ffmpeg-resampler.texi')
-rw-r--r-- | doc/ffmpeg-resampler.texi | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/ffmpeg-resampler.texi b/doc/ffmpeg-resampler.texi index efecb570c2..b35e058f11 100644 --- a/doc/ffmpeg-resampler.texi +++ b/doc/ffmpeg-resampler.texi @@ -69,12 +69,12 @@ Set the input channel layout. Set the output channel layout. @item clev, center_mix_level -Set center mix level. It is a value expressed in deciBel, and must be -inclusively included between -32 and +32. +Set the center mix level. It is a value expressed in deciBel, and must be +in the interval [-32,32]. @item slev, surround_mix_level -Set surround mix level. It is a value expressed in deciBel, and must -be inclusively included between -32 and +32. +Set the surround mix level. It is a value expressed in deciBel, and must +be in the interval [-32,32]. @item lfe_mix_evel Set LFE mix level. @@ -140,8 +140,8 @@ case. For swr only, set resampling filter size, default value is 32. @item phase_shift -For swr only, set resampling phase shift, default value is 10, must be included -between 0 and 30. +For swr only, set resampling phase shift, default value is 10, and must be in +the interval [0,30]. @item linear_interp Use Linear Interpolation if set to 1, default value is 0. @@ -224,8 +224,8 @@ select Kaiser Windowed Sinc @end table @item kaiser_beta -For swr only, set Kaiser Window Beta value. Must be an integer included between -2 and 16, default value is 9. +For swr only, set Kaiser Window Beta value. Must be an integer in the +interval [2,16], default value is 9. @end table |