summaryrefslogtreecommitdiff
path: root/libavformat/mm.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/mm.c')
-rw-r--r--libavformat/mm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mm.c b/libavformat/mm.c
index 02ffbcd824..d1acfef445 100644
--- a/libavformat/mm.c
+++ b/libavformat/mm.c
@@ -190,7 +190,7 @@ static int read_packet(AVFormatContext *s,
}
}
-AVInputFormat ff_mm_demuxer = {
+const AVInputFormat ff_mm_demuxer = {
.name = "mm",
.long_name = NULL_IF_CONFIG_SMALL("American Laser Games MM"),
.priv_data_size = sizeof(MmDemuxContext),