Re: [FFmpeg-devel] [PATCH 1/2] avcodec/cbs_h266: store SubpicIdVal in the context

2023-07-01 Thread Nuo Mi
On Sat, Jul 1, 2023 at 9:37 AM James Almer wrote: > And use it to derive CurrSubpicIdx > > Signed-off-by: James Almer > --- > libavcodec/cbs_h266.h | 2 ++ > libavcodec/cbs_h266_syntax_template.c | 34 +-- > 2 files changed, 19 insertions(+), 17 deletion

[FFmpeg-devel] [PATCH 1/2] avcodec/cbs_h266: store SubpicIdVal in the context

2023-06-30 Thread James Almer
And use it to derive CurrSubpicIdx Signed-off-by: James Almer --- libavcodec/cbs_h266.h | 2 ++ libavcodec/cbs_h266_syntax_template.c | 34 +-- 2 files changed, 19 insertions(+), 17 deletions(-) diff --git a/libavcodec/cbs_h266.h b/libavcodec/cbs_h266.h