summaryrefslogtreecommitdiff
path: root/libavcodec/mpegaudiodec.c
diff options
context:
space:
mode:
authorMartin Lindhe <martin@startwars.org>2007-11-08 10:53:32 +0000
committerBenoit Fouet <benoit.fouet@free.fr>2007-11-08 10:53:32 +0000
commit3240941b2552ec9b6373163240bb89a4bab40c50 (patch)
tree5188be829364b69cbf7434eb7c379dfa1d29b70f /libavcodec/mpegaudiodec.c
parent36c9e40ab41f22c795de3c5302475515227ece60 (diff)
Move 2 defines from mpegaudiodec.c to mpegaudiodata.h to allow compilation
when DEBUG is defined. Patch by Martin Lindhe: martin startwars org Originally committed as revision 10955 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegaudiodec.c')
-rw-r--r--libavcodec/mpegaudiodec.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/mpegaudiodec.c b/libavcodec/mpegaudiodec.c
index d679b006be..83ee255c7d 100644
--- a/libavcodec/mpegaudiodec.c
+++ b/libavcodec/mpegaudiodec.c
@@ -85,9 +85,6 @@ typedef struct GranuleDef {
int32_t sb_hybrid[SBLIMIT * 18]; /* 576 samples */
} GranuleDef;
-#define MODE_EXT_MS_STEREO 2
-#define MODE_EXT_I_STEREO 1
-
#include "mpegaudiodata.h"
#include "mpegaudiodectab.h"