Re: [FFmpeg-devel] [PATCH 24/60] avcodec/libx264: fix variable shadowing

2024-09-13 Thread Anton Khirnov
Quoting Marvin Scholz (2024-09-08 22:50:45) > --- > libavcodec/libx264.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Looks ok -- Anton Khirnov ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/

[FFmpeg-devel] [PATCH 24/60] avcodec/libx264: fix variable shadowing

2024-09-08 Thread Marvin Scholz
--- libavcodec/libx264.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libavcodec/libx264.c b/libavcodec/libx264.c index d07a65a103..fc0f182bf4 100644 --- a/libavcodec/libx264.c +++ b/libavcodec/libx264.c @@ -564,12 +564,12 @@ static int setup_frame(AVCodecContext *ctx,