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,

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to