[FFmpeg-cvslog] lavr/audio_mix_matrix: acknowledge the existence of LFE2.

Tim Walker git at videolan.org
Thu Sep 13 15:41:22 CEST 2012


ffmpeg | branch: master | Tim Walker <tdskywalker at gmail.com> | Wed Sep 12 17:09:33 2012 +0200| [b901c30da606ade7427fbfb0f9651cc5bfb953a7] | committer: Justin Ruggles

lavr/audio_mix_matrix: acknowledge the existence of LFE2.

Signed-off-by: Justin Ruggles <justin.ruggles at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b901c30da606ade7427fbfb0f9651cc5bfb953a7
---

 libavresample/audio_mix_matrix.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavresample/audio_mix_matrix.c b/libavresample/audio_mix_matrix.c
index 3fbc4a4..01a9336 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) */
 



More information about the ffmpeg-cvslog mailing list