summaryrefslogtreecommitdiff
path: root/libavformat/mgsts.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/mgsts.c')
-rw-r--r--libavformat/mgsts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mgsts.c b/libavformat/mgsts.c
index 415e052725..02f65e7b1b 100644
--- a/libavformat/mgsts.c
+++ b/libavformat/mgsts.c
@@ -96,7 +96,7 @@ static int read_packet(AVFormatContext *s, AVPacket *pkt)
return ret;
}
-AVInputFormat ff_mgsts_demuxer = {
+const AVInputFormat ff_mgsts_demuxer = {
.name = "mgsts",
.long_name = NULL_IF_CONFIG_SMALL("Metal Gear Solid: The Twin Snakes"),
.read_probe = read_probe,