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

@@ -524,6 +524,7 @@ extern const AVInputFormat ff_image_png_pipe_demuxer;
extern const AVInputFormat ff_image_ppm_pipe_demuxer;
extern const AVInputFormat ff_image_psd_pipe_demuxer;
extern const AVInputFormat ff_image_qdraw_pipe_demuxer;
extern const AVInputFormat ff_image_qoi_pipe_demuxer;
extern const AVInputFormat ff_image_sgi_pipe_demuxer;
extern const AVInputFormat ff_image_svg_pipe_demuxer;
extern const AVInputFormat ff_image_sunrast_pipe_demuxer;