Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2013-05-16 09:21:08 +0400
committerKostya Shishkov <kostya.shishkov@gmail.com>2013-05-17 08:31:05 +0400
commit1232a1647ab27e024a3baf4d01d40c8d08d6ced9 (patch)
tree6f370b6bba00f756ed89c7aa47d2cb34653c937a /libavcodec/avcodec.h
parent40bbbce7e8ada7eea9674efb45252c916724246f (diff)
Apple Intermediate Codec 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 968f9e557a..0f2c7332fe 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -267,6 +267,7 @@ enum AVCodecID {
AV_CODEC_ID_CLLC,
AV_CODEC_ID_MSS2,
AV_CODEC_ID_VP9,
+ AV_CODEC_ID_AIC,
/* various PCM "codecs" */
AV_CODEC_ID_FIRST_AUDIO = 0x10000, ///< A dummy id pointing at the start of audio codecs