summaryrefslogtreecommitdiff
path: root/libavformat/isom.c
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2013-05-16 07:21:08 +0200
committerKostya Shishkov <kostya.shishkov@gmail.com>2013-05-17 06:31:05 +0200
commit1232a1647ab27e024a3baf4d01d40c8d08d6ced9 (patch)
tree6f370b6bba00f756ed89c7aa47d2cb34653c937a /libavformat/isom.c
parent40bbbce7e8ada7eea9674efb45252c916724246f (diff)
Apple Intermediate Codec decoder
Diffstat (limited to 'libavformat/isom.c')
-rw-r--r--libavformat/isom.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/isom.c b/libavformat/isom.c
index 0d4e32f2d4..014096d95d 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -222,6 +222,8 @@ const AVCodecTag ff_codec_movvideo_tags[] = {
{ AV_CODEC_ID_PRORES, MKTAG('a', 'p', 'c', 'o') }, /* Apple ProRes 422 Proxy */
{ AV_CODEC_ID_PRORES, MKTAG('a', 'p', '4', 'h') }, /* Apple ProRes 4444 */
+ { AV_CODEC_ID_AIC, MKTAG('i', 'c', 'o', 'd') },
+
{ AV_CODEC_ID_NONE, 0 },
};