Re: [FFmpeg-devel] [PATCH 01/24] sws: remove unnecessary braces

2021-07-03 Thread Anton Khirnov
Pushed the non-controversial parts of the thread. Will rework and resend the rest later. -- Anton Khirnov ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email

Re: [FFmpeg-devel] [PATCH 01/24] sws: remove unnecessary braces

2021-06-01 Thread Michael Niedermayer
On Mon, May 31, 2021 at 09:54:52AM +0200, Anton Khirnov wrote: > There used to be more code inside them, but it was removed in > 6de58b49032a206985602effec91e5e46c886ea2. > --- > libswscale/swscale.c | 6 ++ > 1 file changed, 2 insertions(+), 4 deletions(-) LGTM thx [...] -- Michael Gn

[FFmpeg-devel] [PATCH 01/24] sws: remove unnecessary braces

2021-05-31 Thread Anton Khirnov
There used to be more code inside them, but it was removed in 6de58b49032a206985602effec91e5e46c886ea2. --- libswscale/swscale.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/libswscale/swscale.c b/libswscale/swscale.c index 12160a169a..6b73c71e41 100644 --- a/libswscal