diff options
author | Paul B Mahol <onemda@gmail.com> | 2022-09-08 20:44:49 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2022-09-16 10:02:19 +0200 |
commit | ea93943bee2efbfc44417eccdac712c5d9d677ec (patch) | |
tree | c0a8b5d854d6061686216879a90ac631099ce1a8 /libavcodec/codec_id.h | |
parent | 6df3ad9687c41d17094ae5d16b4904f50338e0c4 (diff) | |
download | ffmpeg-ea93943bee2efbfc44417eccdac712c5d9d677ec.tar.gz |
avcodec: add MI-SC4 audio 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 858b5c3a75..bc8226ff07 100644 --- a/libavcodec/codec_id.h +++ b/libavcodec/codec_id.h @@ -528,6 +528,7 @@ enum AVCodecID { AV_CODEC_ID_MSNSIREN, AV_CODEC_ID_DFPWM, AV_CODEC_ID_BONK, + AV_CODEC_ID_MISC4, /* subtitle codecs */ AV_CODEC_ID_FIRST_SUBTITLE = 0x17000, ///< A dummy ID pointing at the start of subtitle codecs. |