Re: [FFmpeg-devel] [PATCH v1 03/11] avcodec: enable cbs for H266/VVC

2022-10-24 Thread Thomas Siedel
On Thu, 20 Oct 2022 at 01:07, James Almer wrote: > On 10/19/2022 4:25 AM, thomas...@spin-digital.com wrote: > > From: Thomas Siedel > > > > Add ff_cbs_type_h266 to cbs types tables and AV_CODEC_ID_H266 to cbs > codec ids. > > Change CBS_MAX_UNIT_TYPES to 8 as VVC implements 8 different slice typ

Re: [FFmpeg-devel] [PATCH v1 03/11] avcodec: enable cbs for H266/VVC

2022-10-19 Thread James Almer
On 10/19/2022 4:25 AM, thomas...@spin-digital.com wrote: From: Thomas Siedel Add ff_cbs_type_h266 to cbs types tables and AV_CODEC_ID_H266 to cbs codec ids. Change CBS_MAX_UNIT_TYPES to 8 as VVC implements 8 different slice types Signed-off-by: Thomas Siedel --- libavcodec/Makefile |

[FFmpeg-devel] [PATCH v1 03/11] avcodec: enable cbs for H266/VVC

2022-10-19 Thread thomas . ff
From: Thomas Siedel Add ff_cbs_type_h266 to cbs types tables and AV_CODEC_ID_H266 to cbs codec ids. Change CBS_MAX_UNIT_TYPES to 8 as VVC implements 8 different slice types Signed-off-by: Thomas Siedel --- libavcodec/Makefile | 1 + libavcodec/cbs.c | 6 ++ libavcodec/cbs_in