renamed decoder plugin "mp4" to "mp4ff"

This plugin is based on "libmp4ff".
This commit is contained in:
Max Kellermann
2009-02-17 08:45:26 +01:00
parent f4ff7eab9d
commit 70523657bf
3 changed files with 4 additions and 4 deletions

View File

@@ -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,