Re: [FFmpeg-devel] [PATCH v2 4/5] swscale/rgb2xyz: expose these functions internally

2024-10-07 Thread Michael Niedermayer
On Mon, Oct 07, 2024 at 07:53:02PM +0200, Niklas Haas wrote: > From: Niklas Haas > > --- > libswscale/swscale.c | 12 ++-- > libswscale/swscale_internal.h | 6 ++ > 2 files changed, 12 insertions(+), 6 deletions(-) if they will be used, sure ok thx [...] -- Michael

[FFmpeg-devel] [PATCH v2 4/5] swscale/rgb2xyz: expose these functions internally

2024-10-07 Thread Niklas Haas
From: Niklas Haas --- libswscale/swscale.c | 12 ++-- libswscale/swscale_internal.h | 6 ++ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/libswscale/swscale.c b/libswscale/swscale.c index 2d7b987071..5f77cad402 100644 --- a/libswscale/swscale.c +++ b/libsw