mirror of https://git.ffmpeg.org/ffmpeg.git
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:
parent
9e7e34ebcb
commit
98f52efbfa
|
@ -1638,7 +1638,6 @@ static int decode_frame_adu(AVCodecContext *avctx, void *data,
|
||||||
MPADecodeContext *s = avctx->priv_data;
|
MPADecodeContext *s = avctx->priv_data;
|
||||||
uint32_t header;
|
uint32_t header;
|
||||||
int len, ret;
|
int len, ret;
|
||||||
int av_unused out_size;
|
|
||||||
|
|
||||||
len = buf_size;
|
len = buf_size;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue