diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-01-21 21:48:34 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-01-21 21:48:34 +0100 |
commit | c5f9cc96366fdefe1455acd31de553ef1bd8d9a9 (patch) | |
tree | 0230e0ad180c8470d4d9fb65e1b3af91bc656276 | |
parent | ace74b2122c9e9a426055480364a0588e2392460 (diff) | |
download | ffmpeg-c5f9cc96366fdefe1455acd31de553ef1bd8d9a9.tar.gz |
doc/swr: elaborate on what the LFE mix level is.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-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 40a6ce82c7..380f54b166 100644 --- a/doc/ffmpeg-resampler.texi +++ b/doc/ffmpeg-resampler.texi @@ -77,7 +77,8 @@ Set the surround mix level. It is a value expressed in deciBel, and must be in the interval [-32,32]. @item lfe_mix_level -Set LFE mix level. It is a value expressed in deciBel, and must +Set LFE mix into non LFE level. It is used when there is a LFE input but no +LFE output. It is a value expressed in deciBel, and must be in the interval [-32,32]. @item rmvol, rematrix_volume |