Re: [FFmpeg-devel] [PATCH 3/2] cbs_av1: Remove constraint on MDCV luminance values

2023-01-24 Thread Mark Thompson
On 18/01/2023 20:38, James Almer wrote: On 1/18/2023 5:35 PM, Mark Thompson wrote: While desiring min to be less than max feels entirely sensible, unfortunately the standard does not actually have this requirement. Huh, it really doesn't. --- Some of the Argon coverage streams test this.   

Re: [FFmpeg-devel] [PATCH 3/2] cbs_av1: Remove constraint on MDCV luminance values

2023-01-18 Thread James Almer
On 1/18/2023 5:35 PM, Mark Thompson wrote: While desiring min to be less than max feels entirely sensible, unfortunately the standard does not actually have this requirement. Huh, it really doesn't. --- Some of the Argon coverage streams test this.  libavcodec/cbs_av1_syntax_template.c | 7

[FFmpeg-devel] [PATCH 3/2] cbs_av1: Remove constraint on MDCV luminance values

2023-01-18 Thread Mark Thompson
While desiring min to be less than max feels entirely sensible, unfortunately the standard does not actually have this requirement. --- Some of the Argon coverage streams test this. libavcodec/cbs_av1_syntax_template.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/li