Commit 98f52efb authored by Andreas Rheinhardt's avatar Andreas Rheinhardt

avcodec/mpegaudiodec_template: Remove unused variable

Unused since 9ab0874e.
Reviewed-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
parent 9e7e34eb
......@@ -1638,7 +1638,6 @@ static int decode_frame_adu(AVCodecContext *avctx, void *data,
MPADecodeContext *s = avctx->priv_data;
uint32_t header;
int len, ret;
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