summaryrefslogtreecommitdiff
path: root/libavcodec/mvha.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/mvha.c')
-rw-r--r--libavcodec/mvha.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mvha.c b/libavcodec/mvha.c
index c603ef6975..4048e4625c 100644
--- a/libavcodec/mvha.c
+++ b/libavcodec/mvha.c
@@ -307,7 +307,7 @@ static av_cold int decode_close(AVCodecContext *avctx)
return 0;
}
-AVCodec ff_mvha_decoder = {
+const AVCodec ff_mvha_decoder = {
.name = "mvha",
.long_name = NULL_IF_CONFIG_SMALL("MidiVid Archive Codec"),
.type = AVMEDIA_TYPE_VIDEO,