Re: [FFmpeg-devel] [PATCH 1/2] lavc/vvc: Fix NumEntryPoints derivation

2025-03-05 Thread Frank Plowman
On 02/03/2025 12:41, Nuo Mi wrote: > On Sun, Feb 23, 2025 at 8:05 PM Frank Plowman wrote: > >> If pps_single_slice_per_subpic_flag is 1, >> slice_{width,height}_in_ctus are undefined and we must instead get the >> dimensions of the slice by referring to the corresponding subpicture. >> >> Signed-

Re: [FFmpeg-devel] [PATCH 1/2] lavc/vvc: Fix NumEntryPoints derivation

2025-03-02 Thread Nuo Mi
On Sun, Feb 23, 2025 at 8:05 PM Frank Plowman wrote: > If pps_single_slice_per_subpic_flag is 1, > slice_{width,height}_in_ctus are undefined and we must instead get the > dimensions of the slice by referring to the corresponding subpicture. > > Signed-off-by: Frank Plowman > --- > libavcodec/c

[FFmpeg-devel] [PATCH 1/2] lavc/vvc: Fix NumEntryPoints derivation

2025-02-23 Thread Frank Plowman
If pps_single_slice_per_subpic_flag is 1, slice_{width,height}_in_ctus are undefined and we must instead get the dimensions of the slice by referring to the corresponding subpicture. Signed-off-by: Frank Plowman --- libavcodec/cbs_h266_syntax_template.c | 34 ++- 1 file c