[FFmpeg-devel] [PATCH v2 2/2] avcodec: add external dec libvvdec for H266/VVC
Andreas Rheinhardt
andreas.rheinhardt at outlook.com
Sat May 4 18:19:59 EEST 2024
Christian:
> +FFCodec ff_libvvdec_decoder = {
> + .p.name = "libvvdec",
> + CODEC_LONG_NAME("H.266 / VVC Decoder VVdeC"),
> + .p.type = AVMEDIA_TYPE_VIDEO,
> + .p.id <http://p.id/> = AV_CODEC_ID_VVC,
We prefer patches that actually compile.
> + .p.capabilities = AV_CODEC_CAP_DELAY | AV_CODEC_CAP_OTHER_THREADS,
> + .p.profiles = NULL_IF_CONFIG_SMALL(ff_vvc_profiles),
> + .p.priv_class = &class_libvvdec,
More information about the ffmpeg-devel
mailing list