avcodec/mpegaudiodec_template: Remove unused variable
Unused since 9ab0874ea8b6774c6f5470dba2b5b4615a610d0d. 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;
|
||||
uint32_t header;
|
||||
int len, ret;
|
||||
int av_unused out_size;
|
||||
|
||||
len = buf_size;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user