diff options
author | Paul B Mahol <onemda@gmail.com> | 2022-05-31 12:33:54 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2022-06-05 13:06:54 +0200 |
commit | 973fab565378cbdd0712977152a66f5b17938d51 (patch) | |
tree | 720f0b9c6e8f3cf64c4134d0ae78a5e30d97a577 /libavformat/allformats.c | |
parent | c6364b711bad1fe2fbd90e5b2798f87080ddf5ea (diff) | |
download | ffmpeg-973fab565378cbdd0712977152a66f5b17938d51.tar.gz |
avcodec: add QOI decoder and demuxer and parser and encoder and muxer
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r-- | libavformat/allformats.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c index 1802536633..8b84b52c64 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -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; |