diff mpegaudiodec.c @ 5886:85c4aca68be3 libavcodec

Move 2 defines from mpegaudiodec.c to mpegaudiodata.h to allow compilation when DEBUG is defined. Patch by Martin Lindhe: martin startwars org
author benoit
date Thu, 08 Nov 2007 10:53:32 +0000
parents c2ab2ac31edb
children 85f3acb225e9
line wrap: on
line diff
--- a/mpegaudiodec.c	Wed Nov 07 23:42:24 2007 +0000
+++ b/mpegaudiodec.c	Thu Nov 08 10:53:32 2007 +0000
@@ -85,9 +85,6 @@
     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"