summaryrefslogtreecommitdiff
path: root/libavformat/fwse.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/fwse.c')
-rw-r--r--libavformat/fwse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/fwse.c b/libavformat/fwse.c
index 00e2e13b11..970d5ffe89 100644
--- a/libavformat/fwse.c
+++ b/libavformat/fwse.c
@@ -78,7 +78,7 @@ static int fwse_read_header(AVFormatContext *s)
return 0;
}
-AVInputFormat ff_fwse_demuxer = {
+const AVInputFormat ff_fwse_demuxer = {
.name = "fwse",
.long_name = NULL_IF_CONFIG_SMALL("Capcom's MT Framework sound"),
.read_probe = fwse_probe,