summaryrefslogtreecommitdiff
path: root/libavcodec/imm4.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/imm4.c')
-rw-r--r--libavcodec/imm4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/imm4.c b/libavcodec/imm4.c
index 636130dd54..a47c1e1ed8 100644
--- a/libavcodec/imm4.c
+++ b/libavcodec/imm4.c
@@ -532,7 +532,7 @@ static av_cold int decode_close(AVCodecContext *avctx)
return 0;
}
-AVCodec ff_imm4_decoder = {
+const AVCodec ff_imm4_decoder = {
.name = "imm4",
.long_name = NULL_IF_CONFIG_SMALL("Infinity IMM4"),
.type = AVMEDIA_TYPE_VIDEO,