Re: [FFmpeg-devel] [PATCH] lavc/vvc: Fix condition for using default scaling factor

2025-06-26 Thread Frank Plowman
On 22/06/2025 02:27, Nuo Mi wrote: > On Sat, Jun 21, 2025 at 8:20 PM Frank Plowman wrote: > >> Add handling here for >> sps_scaling_matrix_for_alternative_colour_space_disabled_flag. >> >> Also add parentheses to make behaviour a little more explicit, >> where &&'s precedence over || was used imp

Re: [FFmpeg-devel] [PATCH] lavc/vvc: Fix condition for using default scaling factor

2025-06-21 Thread Nuo Mi
On Sat, Jun 21, 2025 at 8:20 PM Frank Plowman wrote: > Add handling here for > sps_scaling_matrix_for_alternative_colour_space_disabled_flag. > > Also add parentheses to make behaviour a little more explicit, > where &&'s precedence over || was used implicitly previously. > > Reported-by: Michael

Re: [FFmpeg-devel] [PATCH] lavc/vvc: Fix condition for using default scaling factor

2025-06-21 Thread Michael Niedermayer
Hi Frank On Sat, Jun 21, 2025 at 01:05:14PM +0100, Frank Plowman wrote: > Add handling here for > sps_scaling_matrix_for_alternative_colour_space_disabled_flag. > > Also add parentheses to make behaviour a little more explicit, > where &&'s precedence over || was used implicitly previously. > >

[FFmpeg-devel] [PATCH] lavc/vvc: Fix condition for using default scaling factor

2025-06-21 Thread Frank Plowman
Add handling here for sps_scaling_matrix_for_alternative_colour_space_disabled_flag. Also add parentheses to make behaviour a little more explicit, where &&'s precedence over || was used implicitly previously. Reported-by: Michael Niedermayer Signed-off-by: Frank Plowman --- libavcodec/vvc/int