Re: [FFmpeg-devel] [PATCH 08/12] swscale/internal: turn cascaded_tmp into an array

2024-10-06 Thread Michael Niedermayer
On Sat, Oct 05, 2024 at 09:23:59PM +0200, Niklas Haas wrote: > From: Niklas Haas > > Slightly more convenient to access from the new wrapping code. > > Sponsored-by: Sovereign Tech Fund > Signed-off-by: Niklas Haas > --- > libswscale/swscale.c | 20 ++-- > libswscale/s

[FFmpeg-devel] [PATCH 08/12] swscale/internal: turn cascaded_tmp into an array

2024-10-05 Thread Niklas Haas
From: Niklas Haas Slightly more convenient to access from the new wrapping code. Sponsored-by: Sovereign Tech Fund Signed-off-by: Niklas Haas --- libswscale/swscale.c | 20 ++-- libswscale/swscale_internal.h | 6 ++ libswscale/utils.c| 16 -