summaryrefslogtreecommitdiff
path: root/libavcodec/mpegaudiodec.c
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/mpegaudiodec.c
parentdc05b6af3d18772f441388e73e8729dae124ecec (diff)
mpegaudio: remove frame_count variable and its only usage, it is always 0.
Diffstat (limited to 'libavcodec/mpegaudiodec.c')
-rw-r--r--libavcodec/mpegaudiodec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/mpegaudiodec.c b/libavcodec/mpegaudiodec.c
index d7bc89f837..b1c9ef93a0 100644
--- a/libavcodec/mpegaudiodec.c
+++ b/libavcodec/mpegaudiodec.c
@@ -1872,7 +1872,6 @@ static int mp_decode_frame(MPADecodeContext *s,
if (s->error_protection)
skip_bits(&s->gb, 16);
- av_dlog(s->avctx, "frame %d:\n", s->frame_count);
switch(s->layer) {
case 1:
s->avctx->frame_size = 384;