Commit e2094bd0 authored by Michael Niedermayer's avatar Michael Niedermayer

mpeghaudiodec: Fix "set but not used" warnings

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 83070254
......@@ -1700,7 +1700,8 @@ static int decode_frame_adu(AVCodecContext *avctx, void *data,
int buf_size = avpkt->size;
MPADecodeContext *s = avctx->priv_data;
uint32_t header;
int len, out_size;
int len;
int av_unused out_size;
len = buf_size;
......
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