Re: [FFmpeg-devel] [PATCH 17/17] swscale: remove primaries/trc change warning

2024-12-18 Thread Michael Niedermayer
On Thu, Dec 19, 2024 at 04:58:05AM +0100, Michael Niedermayer wrote: > Hi > > On Thu, Dec 05, 2024 at 12:30:26PM +0100, Niklas Haas wrote: > > From: Niklas Haas > > > > This is now supported when using the new API. > > --- > > libswscale/swscale.c | 11 --- > > 1 file changed, 11 deleti

Re: [FFmpeg-devel] [PATCH 17/17] swscale: remove primaries/trc change warning

2024-12-18 Thread Michael Niedermayer
Hi On Thu, Dec 05, 2024 at 12:30:26PM +0100, Niklas Haas wrote: > From: Niklas Haas > > This is now supported when using the new API. > --- > libswscale/swscale.c | 11 --- > 1 file changed, 11 deletions(-) ok thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC

[FFmpeg-devel] [PATCH 17/17] swscale: remove primaries/trc change warning

2024-12-05 Thread Niklas Haas
From: Niklas Haas This is now supported when using the new API. --- libswscale/swscale.c | 11 --- 1 file changed, 11 deletions(-) diff --git a/libswscale/swscale.c b/libswscale/swscale.c index 7e77e82c8d..42efccd12b 100644 --- a/libswscale/swscale.c +++ b/libswscale/swscale.c @@ -1361,