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/img2.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/img2.c')
-rw-r--r-- | libavformat/img2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/img2.c b/libavformat/img2.c index 566ef873ca..68cb7de2c1 100644 --- a/libavformat/img2.c +++ b/libavformat/img2.c @@ -89,6 +89,7 @@ const IdStrMap ff_img_tags[] = { { AV_CODEC_ID_GEM, "timg" }, { AV_CODEC_ID_VBN, "vbn" }, { AV_CODEC_ID_JPEGXL, "jxl" }, + { AV_CODEC_ID_QOI, "qoi" }, { AV_CODEC_ID_NONE, NULL } }; |