summaryrefslogtreecommitdiff
path: root/libavcodec/mwsc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/mwsc.c')
-rw-r--r--libavcodec/mwsc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mwsc.c b/libavcodec/mwsc.c
index 4db7642e85..b62db67ff5 100644
--- a/libavcodec/mwsc.c
+++ b/libavcodec/mwsc.c
@@ -177,7 +177,7 @@ static av_cold int decode_close(AVCodecContext *avctx)
return 0;
}
-AVCodec ff_mwsc_decoder = {
+const AVCodec ff_mwsc_decoder = {
.name = "mwsc",
.long_name = NULL_IF_CONFIG_SMALL("MatchWare Screen Capture Codec"),
.type = AVMEDIA_TYPE_VIDEO,