Quoting Paul B Mahol (2022-05-31 13:32:36)
> +const FFCodec ff_qoi_decoder = {
> + .p.name = "qoi",
> + .p.long_name = NULL_IF_CONFIG_SMALL("QOI (Quite OK Image format)
> image"),
> + .p.type = AVMEDIA_TYPE_VIDEO,
> + .p.id = AV_CODEC_ID_QOI,
> + .p.capabilities = AV_CODEC_CAP_DR1,
> + FF_CODEC_DECODE_CB(qoi_decode_frame),
Add trivially-true init-threadsafe and init-cleanup?
--
Anton Khirnov
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".