avcodec/mpegaudiodec_template: Remove unused variable

Unused since 9ab0874ea8.

Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2021-10-01 03:51:02 +02:00
parent 9e7e34ebcb
commit 98f52efbfa
1 changed files with 0 additions and 1 deletions

View File

@ -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;