Re: [FFmpeg-devel] [PATCH 2/2] lavc/ac3enc: rename variable to avoid shadowing

2021-02-08 Thread Paul B Mahol
LGTM ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-devel] [PATCH 2/2] lavc/ac3enc: rename variable to avoid shadowing

2021-02-08 Thread Anton Khirnov
Harmless, but confusing. --- libavcodec/ac3enc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/ac3enc.c b/libavcodec/ac3enc.c index bae7405fff..a007723bf3 100644 --- a/libavcodec/ac3enc.c +++ b/libavcodec/ac3enc.c @@ -2527,8 +2527,8 @@ av_cold int ff_ac3_encode