summaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2012-11-19 10:51:44 +0000
committerPaul B Mahol <onemda@gmail.com>2012-11-22 19:27:44 +0000
commit32cd3a7c16e1d1b5633e72f42397e9cb218f5e2b (patch)
tree7712c9d3971f52cb1f22670e435733179b4e0c67 /libavcodec/avcodec.h
parent08e26e7f5c0caa0b056354ef8b5230f6893f0994 (diff)
downloadffmpeg-streaming-32cd3a7c16e1d1b5633e72f42397e9cb218f5e2b.zip
ffmpeg-streaming-32cd3a7c16e1d1b5633e72f42397e9cb218f5e2b.tar.gz
ADPCM AFC decoder
Signed-off-by: Paul B Mahol <onemda@gmail.com>
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 f788672..1e14b95 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -352,6 +352,7 @@ enum AVCodecID {
AV_CODEC_ID_ADPCM_G722,
AV_CODEC_ID_ADPCM_IMA_APC,
AV_CODEC_ID_VIMA = MKBETAG('V','I','M','A'),
+ AV_CODEC_ID_ADPCM_AFC = MKBETAG('A','F','C',' '),
/* AMR */
AV_CODEC_ID_AMR_NB = 0x12000,
OpenPOWER on IntegriCloud