summaryrefslogtreecommitdiff
path: root/libavcodec/aic.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/aic.c')
-rw-r--r--libavcodec/aic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/aic.c b/libavcodec/aic.c
index cf5b0782be..c95bdae1ed 100644
--- a/libavcodec/aic.c
+++ b/libavcodec/aic.c
@@ -496,7 +496,7 @@ static av_cold int aic_decode_close(AVCodecContext *avctx)
return 0;
}
-AVCodec ff_aic_decoder = {
+const AVCodec ff_aic_decoder = {
.name = "aic",
.long_name = NULL_IF_CONFIG_SMALL("Apple Intermediate Codec"),
.type = AVMEDIA_TYPE_VIDEO,