aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegaudio.h
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2011-05-10 18:46:54 +0200
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2011-05-10 20:25:53 +0200
commit3d929a607a49e65d66cc8101425b114a5dd5fd84 (patch)
treebe0cc2ec15c214f16a309c0027295541b662753f /libavcodec/mpegaudio.h
parentdc05b6af3d18772f441388e73e8729dae124ecec (diff)
downloadandroid_external_ffmpeg-3d929a607a49e65d66cc8101425b114a5dd5fd84.tar.gz
android_external_ffmpeg-3d929a607a49e65d66cc8101425b114a5dd5fd84.tar.bz2
android_external_ffmpeg-3d929a607a49e65d66cc8101425b114a5dd5fd84.zip
mpegaudio: remove frame_count variable and its only usage, it is always 0.
Diffstat (limited to 'libavcodec/mpegaudio.h')
-rw-r--r--libavcodec/mpegaudio.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/mpegaudio.h b/libavcodec/mpegaudio.h
index f84e2d44ee..30ef349399 100644
--- a/libavcodec/mpegaudio.h
+++ b/libavcodec/mpegaudio.h
@@ -147,9 +147,6 @@ typedef struct MPADecodeContext {
DECLARE_ALIGNED(16, INTFLOAT, sb_samples)[MPA_MAX_CHANNELS][36][SBLIMIT];
INTFLOAT mdct_buf[MPA_MAX_CHANNELS][SBLIMIT * 18]; /* previous samples, for layer 3 MDCT */
GranuleDef granules[2][2]; /* Used in Layer 3 */
-#ifdef DEBUG
- int frame_count;
-#endif
int adu_mode; ///< 0 for standard mp3, 1 for adu formatted mp3
int dither_state;
int error_recognition;