summaryrefslogtreecommitdiff
path: root/libavcodec/mpegaudiodec_template.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-10-01 03:51:02 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-10-02 18:35:16 +0200
commit98f52efbfa0bf67e75a1878b6fcc5350c3e14c95 (patch)
tree4035f95f304e647a435153184a58761bae22a3fa /libavcodec/mpegaudiodec_template.c
parent9e7e34ebcb176508ac719ab99fe467af07c32501 (diff)
downloadffmpeg-98f52efbfa0bf67e75a1878b6fcc5350c3e14c95.tar.gz
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>
Diffstat (limited to 'libavcodec/mpegaudiodec_template.c')
-rw-r--r--libavcodec/mpegaudiodec_template.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/mpegaudiodec_template.c b/libavcodec/mpegaudiodec_template.c
index 4fd9e3a690..bbb6ff1120 100644
--- a/libavcodec/mpegaudiodec_template.c
+++ b/libavcodec/mpegaudiodec_template.c
@@ -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;