summaryrefslogtreecommitdiff
path: root/libavcodec/arbc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/arbc.c')
-rw-r--r--libavcodec/arbc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/arbc.c b/libavcodec/arbc.c
index 06970f140b..c4fc30e047 100644
--- a/libavcodec/arbc.c
+++ b/libavcodec/arbc.c
@@ -212,7 +212,7 @@ static av_cold int decode_close(AVCodecContext *avctx)
return 0;
}
-AVCodec ff_arbc_decoder = {
+const AVCodec ff_arbc_decoder = {
.name = "arbc",
.long_name = NULL_IF_CONFIG_SMALL("Gryphon's Anim Compressor"),
.type = AVMEDIA_TYPE_VIDEO,