From 1232a1647ab27e024a3baf4d01d40c8d08d6ced9 Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Thu, 16 May 2013 07:21:08 +0200 Subject: Apple Intermediate Codec decoder --- libavformat/isom.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavformat/isom.c') 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 }, }; -- cgit v1.2.3