[FFmpeg-devel] [PATCH] avcodec: add QOI decoder and demuxer and parser

Anton Khirnov anton at khirnov.net
Wed Jun 1 12:51:28 EEST 2022


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


More information about the ffmpeg-devel mailing list