Re: [FFmpeg-devel] [PATCH v2 02/16] swscale/utils: add HDR metadata to SwsFormat

2024-12-11 Thread Niklas Haas
On Wed, 11 Dec 2024 01:35:25 +0100 Michael Niedermayer wrote: > Hi > > On Fri, Dec 06, 2024 at 03:32:01PM +0100, Niklas Haas wrote: > > From: Niklas Haas > > > > Only add the condensed values that we actually care about. Group them into > > a new struct to make it easier to discard or replace th

Re: [FFmpeg-devel] [PATCH v2 02/16] swscale/utils: add HDR metadata to SwsFormat

2024-12-11 Thread Niklas Haas
On Wed, 11 Dec 2024 01:35:25 +0100 Michael Niedermayer wrote: > Hi > > On Fri, Dec 06, 2024 at 03:32:01PM +0100, Niklas Haas wrote: > > From: Niklas Haas > > > > Only add the condensed values that we actually care about. Group them into > > a new struct to make it easier to discard or replace th

Re: [FFmpeg-devel] [PATCH v2 02/16] swscale/utils: add HDR metadata to SwsFormat

2024-12-10 Thread Michael Niedermayer
Hi On Fri, Dec 06, 2024 at 03:32:01PM +0100, Niklas Haas wrote: > From: Niklas Haas > > Only add the condensed values that we actually care about. Group them into > a new struct to make it easier to discard or replace this metadata. > > Define a special comparison function that does not choke o