aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2019-04-10 12:10:09 +0200
committerPaul B Mahol <onemda@gmail.com>2019-04-11 11:58:34 +0200
commitd0f24df648f46e4c9a385e12a057fbade21427db (patch)
treef1caceb1d36beac9e486d92f928d87adc8ecee77 /libavcodec/avcodec.h
parent7be8f7ac8143f4ae144c4951ddc5d42d466a9e23 (diff)
downloadffmpeg-d0f24df648f46e4c9a385e12a057fbade21427db.tar.gz
avcodec: add ADPCM AGM decoder
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index cafc65fce5..4218cff6c4 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -539,6 +539,7 @@ enum AVCodecID {
AV_CODEC_ID_ADPCM_AICA,
AV_CODEC_ID_ADPCM_IMA_DAT4,
AV_CODEC_ID_ADPCM_MTAF,
+ AV_CODEC_ID_ADPCM_AGM,
/* AMR */
AV_CODEC_ID_AMR_NB = 0x12000,