Re: [FFmpeg-devel] [PATCH] lavc/vvc: Correct sps_num_subpics_minus1 minimum

2024-02-26 Thread Nuo Mi
On Mon, Feb 26, 2024 at 5:20 AM Frank Plowman wrote: > On 25/02/2024 19:50, James Almer wrote: > > On 2/25/2024 2:51 PM, Frank Plowman wrote: > >> The spec says "the value of sps_num_subpics_minus1 shall be in the > >> range of 0 to MaxSlicesPerAu − 1, inclusive." > >> > >> Signed-off-by: Frank P

Re: [FFmpeg-devel] [PATCH] lavc/vvc: Correct sps_num_subpics_minus1 minimum

2024-02-25 Thread Frank Plowman
On 25/02/2024 19:50, James Almer wrote: > On 2/25/2024 2:51 PM, Frank Plowman wrote: >> The spec says "the value of sps_num_subpics_minus1 shall be in the >> range of 0 to MaxSlicesPerAu − 1, inclusive." >> >> Signed-off-by: Frank Plowman >> --- >>   libavcodec/cbs_h266_syntax_template.c | 2 +- >>

Re: [FFmpeg-devel] [PATCH] lavc/vvc: Correct sps_num_subpics_minus1 minimum

2024-02-25 Thread James Almer
On 2/25/2024 2:51 PM, Frank Plowman wrote: The spec says "the value of sps_num_subpics_minus1 shall be in the range of 0 to MaxSlicesPerAu − 1, inclusive." Signed-off-by: Frank Plowman --- libavcodec/cbs_h266_syntax_template.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[FFmpeg-devel] [PATCH] lavc/vvc: Correct sps_num_subpics_minus1 minimum

2024-02-25 Thread Frank Plowman
The spec says "the value of sps_num_subpics_minus1 shall be in the range of 0 to MaxSlicesPerAu − 1, inclusive." Signed-off-by: Frank Plowman --- libavcodec/cbs_h266_syntax_template.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/cbs_h266_syntax_template.c b/lib