Commit 46061832 authored by Michael Niedermayer's avatar Michael Niedermayer

doc/swr: try to fix non english "inclusively included between"

Googling this term has 9 hits, 7 from ffmpeg
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 83440f40
...@@ -69,12 +69,12 @@ Set the input channel layout. ...@@ -69,12 +69,12 @@ Set the input channel layout.
Set the output channel layout. Set the output channel layout.
@item clev, center_mix_level @item clev, center_mix_level
Set center mix level. It is a value expressed in deciBel, and must be Set the center mix level. It is a value expressed in deciBel, and must be
inclusively included between -32 and +32. in the interval [-32,32].
@item slev, surround_mix_level @item slev, surround_mix_level
Set surround mix level. It is a value expressed in deciBel, and must Set the surround mix level. It is a value expressed in deciBel, and must
be inclusively included between -32 and +32. be in the interval [-32,32].
@item lfe_mix_evel @item lfe_mix_evel
Set LFE mix level. Set LFE mix level.
...@@ -140,8 +140,8 @@ case. ...@@ -140,8 +140,8 @@ case.
For swr only, set resampling filter size, default value is 32. For swr only, set resampling filter size, default value is 32.
@item phase_shift @item phase_shift
For swr only, set resampling phase shift, default value is 10, must be included For swr only, set resampling phase shift, default value is 10, and must be in
between 0 and 30. the interval [0,30].
@item linear_interp @item linear_interp
Use Linear Interpolation if set to 1, default value is 0. Use Linear Interpolation if set to 1, default value is 0.
...@@ -224,8 +224,8 @@ select Kaiser Windowed Sinc ...@@ -224,8 +224,8 @@ select Kaiser Windowed Sinc
@end table @end table
@item kaiser_beta @item kaiser_beta
For swr only, set Kaiser Window Beta value. Must be an integer included between For swr only, set Kaiser Window Beta value. Must be an integer in the
2 and 16, default value is 9. interval [2,16], default value is 9.
@end table @end table
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment