Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/imm5.c')
-rw-r--r--libavcodec/imm5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/imm5.c b/libavcodec/imm5.c
index 5f8faa4dd0..cb8a619a4a 100644
--- a/libavcodec/imm5.c
+++ b/libavcodec/imm5.c
@@ -178,7 +178,7 @@ static av_cold int imm5_close(AVCodecContext *avctx)
return 0;
}
-AVCodec ff_imm5_decoder = {
+const AVCodec ff_imm5_decoder = {
.name = "imm5",
.long_name = NULL_IF_CONFIG_SMALL("Infinity IMM5"),
.type = AVMEDIA_TYPE_VIDEO,