summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorZane van Iperen <zane@zanevaniperen.com>2020-02-06 06:58:10 +0000
committerMichael Niedermayer <michael@niedermayer.cc>2020-02-06 17:26:22 +0100
commit5d038a86d69c9024e0fe6a434af7b73793b1d492 (patch)
treef1ba918631222531822ee49a8305796f6df2dc92 /libavcodec/avcodec.h
parent31d7b17c4671329a372e2762b4c5892dd0314ee5 (diff)
avcodec: add decoder for Simon & Schuster Interactive's ADPCM variant
Adds support for the ADPCM variant used by some Simon & Schuster Interactive games such as Real War, and Real War: Rogue States. Signed-off-by: Zane van Iperen <zane@zanevaniperen.com> Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
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 0e7ca1db4d..77eb890549 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -546,6 +546,7 @@ enum AVCodecID {
AV_CODEC_ID_ADPCM_MTAF,
AV_CODEC_ID_ADPCM_AGM,
AV_CODEC_ID_ADPCM_ARGO,
+ AV_CODEC_ID_ADPCM_IMA_SSI,
/* AMR */
AV_CODEC_ID_AMR_NB = 0x12000,