aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/mp4ff_plugin.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/decoder/mp4ff_plugin.c (renamed from src/decoder/mp4_plugin.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/mp4_plugin.c b/src/decoder/mp4ff_plugin.c
index a85e8a710..3d5a022a0 100644
--- a/src/decoder/mp4_plugin.c
+++ b/src/decoder/mp4ff_plugin.c
@@ -411,7 +411,7 @@ mp4_tag_dup(const char *file)
static const char *const mp4_suffixes[] = { "m4a", "mp4", NULL };
static const char *const mp4_mime_types[] = { "audio/mp4", "audio/m4a", NULL };
-const struct decoder_plugin mp4_plugin = {
+const struct decoder_plugin mp4ff_decoder_plugin = {
.name = "mp4",
.stream_decode = mp4_decode,
.tag_dup = mp4_tag_dup,