mirror of https://git.ffmpeg.org/ffmpeg.git
lavr/audio_mix_matrix: acknowledge the existence of LFE2.
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
This commit is contained in:
parent
3844572887
commit
b901c30da6
|
@ -54,6 +54,7 @@
|
|||
#define WIDE_RIGHT 32
|
||||
#define SURROUND_DIRECT_LEFT 33
|
||||
#define SURROUND_DIRECT_RIGHT 34
|
||||
#define LOW_FREQUENCY_2 35
|
||||
|
||||
#define SQRT3_2 1.22474487139158904909 /* sqrt(3/2) */
|
||||
|
||||
|
|
Loading…
Reference in New Issue