summaryrefslogtreecommitdiff
path: root/libavformat/mspdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/mspdec.c')
-rw-r--r--libavformat/mspdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mspdec.c b/libavformat/mspdec.c
index 4845eb3729..44854e99c2 100644
--- a/libavformat/mspdec.c
+++ b/libavformat/mspdec.c
@@ -106,7 +106,7 @@ static int msp_read_packet(AVFormatContext *s, AVPacket *pkt)
return 0;
}
-AVInputFormat ff_msp_demuxer = {
+const AVInputFormat ff_msp_demuxer = {
.name = "msp",
.long_name = NULL_IF_CONFIG_SMALL("Microsoft Paint (MSP))"),
.read_probe = msp_probe,