summaryrefslogtreecommitdiff
path: root/libavcodec/m101.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/m101.c')
-rw-r--r--libavcodec/m101.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/m101.c b/libavcodec/m101.c
index 70f1da4f45..795a4fba63 100644
--- a/libavcodec/m101.c
+++ b/libavcodec/m101.c
@@ -105,7 +105,7 @@ static int m101_decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
return avpkt->size;
}
-AVCodec ff_m101_decoder = {
+const AVCodec ff_m101_decoder = {
.name = "m101",
.long_name = NULL_IF_CONFIG_SMALL("Matrox Uncompressed SD"),
.type = AVMEDIA_TYPE_VIDEO,