summaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2012-01-23 14:57:32 -0500
committerJustin Ruggles <justin.ruggles@gmail.com>2012-01-24 14:13:41 -0500
commit220506d23f39da3e23d3d42fb7061f19cec8052c (patch)
tree5a1621e906a2c3ce4c4b9a2b9c5e36800c142d9e /libavcodec/avcodec.h
parent4340a6363e9ff75dc4e8ce14dc96671623494ed8 (diff)
downloadffmpeg-streaming-220506d23f39da3e23d3d42fb7061f19cec8052c.zip
ffmpeg-streaming-220506d23f39da3e23d3d42fb7061f19cec8052c.tar.gz
avcodec: add a new codec_id for CRYO APC IMA ADPCM.
The stereo layout and extradata is significantly different from that in Westwood IMA ADPCM, so a separate codec_id is warranted.
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 967a134..1c27663 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -317,6 +317,7 @@ enum CodecID {
CODEC_ID_ADPCM_EA_MAXIS_XA,
CODEC_ID_ADPCM_IMA_ISS,
CODEC_ID_ADPCM_G722,
+ CODEC_ID_ADPCM_IMA_APC,
/* AMR */
CODEC_ID_AMR_NB = 0x12000,
OpenPOWER on IntegriCloud