avcodec: add QOI decoder and demuxer and parser and encoder and muxer

This commit is contained in:
Paul B Mahol 2022-05-31 12:33:54 +02:00
parent c6364b711b
commit 973fab5653
16 changed files with 417 additions and 3 deletions

View file

@ -269,6 +269,8 @@ extern const FFCodec ff_prosumer_decoder;
extern const FFCodec ff_psd_decoder;
extern const FFCodec ff_ptx_decoder;
extern const FFCodec ff_qdraw_decoder;
extern const FFCodec ff_qoi_encoder;
extern const FFCodec ff_qoi_decoder;
extern const FFCodec ff_qpeg_decoder;
extern const FFCodec ff_qtrle_encoder;
extern const FFCodec ff_qtrle_decoder;