summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.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 /libavcodec/allcodecs.c
parent40bbbce7e8ada7eea9674efb45252c916724246f (diff)
Apple Intermediate Codec decoder
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r--libavcodec/allcodecs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index 45fea3ab4e..3706c91d46 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -96,6 +96,7 @@ void avcodec_register_all(void)
REGISTER_ENCODER(A64MULTI, a64multi);
REGISTER_ENCODER(A64MULTI5, a64multi5);
REGISTER_DECODER(AASC, aasc);
+ REGISTER_DECODER(AIC, aic);
REGISTER_DECODER(AMV, amv);
REGISTER_DECODER(ANM, anm);
REGISTER_DECODER(ANSI, ansi);