diff mbox series

[FFmpeg-devel,02/20] avcodec/mpegaudiodec_template: Remove unused variable

Message ID AM7PR03MB6660C45841C21461B07F22728FAB9@AM7PR03MB6660.eurprd03.prod.outlook.com
State Accepted
Commit 98f52efbfa0bf67e75a1878b6fcc5350c3e14c95
Headers show
Series [FFmpeg-devel,01/20] libpostproc/postprocess_template: Don't reimplement FFSWAP | expand

Checks

Context Check Description
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished
andriy/make_ppc success Make finished
andriy/make_fate_ppc success Make fate finished

Commit Message

Andreas Rheinhardt Oct. 1, 2021, 9:08 p.m. UTC
Unused since 9ab0874ea8b6774c6f5470dba2b5b4615a610d0d.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
---
 libavcodec/mpegaudiodec_template.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Michael Niedermayer Oct. 2, 2021, 4:17 p.m. UTC | #1
On Fri, Oct 01, 2021 at 11:08:19PM +0200, Andreas Rheinhardt wrote:
> Unused since 9ab0874ea8b6774c6f5470dba2b5b4615a610d0d.
> 
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
> ---
>  libavcodec/mpegaudiodec_template.c | 1 -
>  1 file changed, 1 deletion(-)

LGTM

thx

[...]
diff mbox series

Patch

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;