mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
avcodec: add QOI decoder and demuxer and parser and encoder and muxer
This commit is contained in:
parent
c6364b711b
commit
973fab5653
16 changed files with 417 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue