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 /libavcodec/codec_id.h | |
parent | c6364b711bad1fe2fbd90e5b2798f87080ddf5ea (diff) | |
download | ffmpeg-973fab565378cbdd0712977152a66f5b17938d51.tar.gz |
avcodec: add QOI decoder and demuxer and parser and encoder and muxer
Diffstat (limited to 'libavcodec/codec_id.h')
-rw-r--r-- | libavcodec/codec_id.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/codec_id.h b/libavcodec/codec_id.h index 8b317fa121..93856a16f2 100644 --- a/libavcodec/codec_id.h +++ b/libavcodec/codec_id.h @@ -310,6 +310,7 @@ enum AVCodecID { AV_CODEC_ID_GEM, AV_CODEC_ID_VBN, AV_CODEC_ID_JPEGXL, + AV_CODEC_ID_QOI, /* various PCM "codecs" */ AV_CODEC_ID_FIRST_AUDIO = 0x10000, ///< A dummy id pointing at the start of audio codecs |