aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/mod_plugin.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/decoder/mod_plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/mod_plugin.c b/src/decoder/mod_plugin.c
index 8a45db849..ad6f390a4 100644
--- a/src/decoder/mod_plugin.c
+++ b/src/decoder/mod_plugin.c
@@ -281,7 +281,7 @@ static const char *modSuffixes[] = { "amf",
NULL
};
-struct decoder_plugin modPlugin = {
+const struct decoder_plugin modPlugin = {
.name = "mod",
.finish = mod_finishMikMod,
.file_decode = mod_decode,