Commit 861aa9e7 authored by Michael Niedermayer's avatar Michael Niedermayer

mpegaudiodec: remove unused variable

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent d3f912c1
...@@ -1378,7 +1378,6 @@ static int mp_decode_layer3(MPADecodeContext *s) ...@@ -1378,7 +1378,6 @@ static int mp_decode_layer3(MPADecodeContext *s)
} }
if (!s->adu_mode) { if (!s->adu_mode) {
int skip;
const uint8_t *ptr = s->gb.buffer + (get_bits_count(&s->gb)>>3); const uint8_t *ptr = s->gb.buffer + (get_bits_count(&s->gb)>>3);
int extrasize = av_clip(get_bits_left(&s->gb) >> 3, 0, EXTRABYTES); int extrasize = av_clip(get_bits_left(&s->gb) >> 3, 0, EXTRABYTES);
assert((get_bits_count(&s->gb) & 7) == 0); assert((get_bits_count(&s->gb) & 7) == 0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment