On Wed, Jun 1, 2022 at 11:51 AM Anton Khirnov <an...@khirnov.net> 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 > 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". > _______________________________________________ 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".