Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Walker <tdskywalker@gmail.com>2012-09-12 19:09:33 +0400
committerJustin Ruggles <justin.ruggles@gmail.com>2012-09-13 02:26:53 +0400
commitb901c30da606ade7427fbfb0f9651cc5bfb953a7 (patch)
tree227bbb23a0542bb00c4939c8a7978819d3f86532 /libavresample
parent3844572887e613d0292d7545c4f2a33e3e207882 (diff)
lavr/audio_mix_matrix: acknowledge the existence of LFE2.
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
Diffstat (limited to 'libavresample')
-rw-r--r--libavresample/audio_mix_matrix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavresample/audio_mix_matrix.c b/libavresample/audio_mix_matrix.c
index 3fbc4a4264..01a93367ef 100644
--- a/libavresample/audio_mix_matrix.c
+++ b/libavresample/audio_mix_matrix.c
@@ -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) */