summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2020-03-14 11:55:58 +0100
committerPaul B Mahol <onemda@gmail.com>2020-03-17 16:03:39 +0100
commit230703a9fa48a93b7ec54903584e9ec9c947eefc (patch)
tree0dab383dc4c4789a560a10823e165357be7cc41b /libavcodec/avcodec.h
parentc149f16db14a82bbbd95482060403dde823af184 (diff)
avcodec: add ADPCM IMA MTF 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 aca3825fd3..9ac97a122b 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -553,6 +553,7 @@ enum AVCodecID {
AV_CODEC_ID_ADPCM_ZORK,
AV_CODEC_ID_ADPCM_IMA_APM,
AV_CODEC_ID_ADPCM_IMA_ALP,
+ AV_CODEC_ID_ADPCM_IMA_MTF,
/* AMR */
AV_CODEC_ID_AMR_NB = 0x12000,