aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2015-10-30 18:15:22 +0100
committerPaul B Mahol <onemda@gmail.com>2015-11-03 12:01:27 +0100
commitc89e075d5a66e095c4c21d6bb7ecd80bb1137f73 (patch)
treef016ef6aa27f5d8f38c22baa2f6012b7ca190906 /libavcodec/avcodec.h
parent474665346616e446ecd1407002fdf5f88201bf72 (diff)
downloadffmpeg-c89e075d5a66e095c4c21d6bb7ecd80bb1137f73.tar.gz
avcodec: add Interplay ACM 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 b4f113f66b..91cd6a829f 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -496,6 +496,7 @@ enum AVCodecID {
AV_CODEC_ID_DSD_LSBF_PLANAR,
AV_CODEC_ID_DSD_MSBF_PLANAR,
AV_CODEC_ID_4GV,
+ AV_CODEC_ID_INTERPLAY_ACM,
/* subtitle codecs */
AV_CODEC_ID_FIRST_SUBTITLE = 0x17000, ///< A dummy ID pointing at the start of subtitle codecs.