On Wed, Jun 1, 2022 at 11:51 AM Anton Khirnov <[email protected]> wrote:
> 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?
>
>
No other trivial image codec, for example BMP, does this.
> --
> 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".
>
_______________________________________________
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".