diff options
author | Paul B Mahol <onemda@gmail.com> | 2023-09-23 16:49:25 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2023-11-26 17:49:09 +0100 |
commit | 3609d2b78340c06920973dc46b85b517c789782f (patch) | |
tree | 3327209c26c94101d7e57598d257677e149e98b1 /libavcodec/codec_id.h | |
parent | 93b5d9030b1f22feb3d8ff242f638d5e0009ce3a (diff) | |
download | ffmpeg-3609d2b78340c06920973dc46b85b517c789782f.tar.gz |
avcodec: add QOA decoder
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 84ce8e6aa9..d96e49430e 100644 --- a/libavcodec/codec_id.h +++ b/libavcodec/codec_id.h @@ -545,6 +545,7 @@ enum AVCodecID { AV_CODEC_ID_RKA, AV_CODEC_ID_AC4, AV_CODEC_ID_OSQ, + AV_CODEC_ID_QOA, /* subtitle codecs */ AV_CODEC_ID_FIRST_SUBTITLE = 0x17000, ///< A dummy ID pointing at the start of subtitle codecs. |