ffmpeg | branch: master | Andreas Rheinhardt <[email protected]> | Fri Oct 1 03:51:02 2021 +0200| [98f52efbfa0bf67e75a1878b6fcc5350c3e14c95] | committer: Andreas Rheinhardt
avcodec/mpegaudiodec_template: Remove unused variable Unused since 9ab0874ea8b6774c6f5470dba2b5b4615a610d0d. Reviewed-by: Michael Niedermayer <[email protected]> Signed-off-by: Andreas Rheinhardt <[email protected]> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=98f52efbfa0bf67e75a1878b6fcc5350c3e14c95 --- libavcodec/mpegaudiodec_template.c | 1 - 1 file changed, 1 deletion(-) 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; _______________________________________________ ffmpeg-cvslog mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
