Re: [FFmpeg-devel] [PATCH 1/8] avcodec/cbs_h266: check subpicture slices number

2024-11-29 Thread Nuo Mi
On Fri, Nov 29, 2024 at 6:23 AM Frank Plowman wrote: > On 23/11/2024 09:32, Nuo Mi wrote: > > According to section 6.3.3, 'Spatial or component-wise partitionings,' > > Subpictures must cover the entire picture. > > Therefore, the total number of subpicture slices should equal the number > of pic

Re: [FFmpeg-devel] [PATCH 1/8] avcodec/cbs_h266: check subpicture slices number

2024-11-28 Thread Frank Plowman
On 23/11/2024 09:32, Nuo Mi wrote: > According to section 6.3.3, 'Spatial or component-wise partitionings,' > Subpictures must cover the entire picture. > Therefore, the total number of subpicture slices should equal the number of > picture slices > > Co-authored-by: Frank Plowman > --- > libav

[FFmpeg-devel] [PATCH 1/8] avcodec/cbs_h266: check subpicture slices number

2024-11-23 Thread Nuo Mi
According to section 6.3.3, 'Spatial or component-wise partitionings,' Subpictures must cover the entire picture. Therefore, the total number of subpicture slices should equal the number of picture slices Co-authored-by: Frank Plowman --- libavcodec/cbs_h266_syntax_template.c | 5 - 1 file