From 44b771aca1e4a041bc6aaba8930cb52de2b0ecc9 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 30 May 2010 22:33:15 +0200 Subject: decoder/mp4ff: rename plugin "mp4" to "mp4ff" The underlying library is named "libmp4ff". To reduce confusion, rename the plugin to a more specific name. --- src/decoder/mp4ff_decoder_plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/decoder/mp4ff_decoder_plugin.c') diff --git a/src/decoder/mp4ff_decoder_plugin.c b/src/decoder/mp4ff_decoder_plugin.c index 74fa13339..260143f21 100644 --- a/src/decoder/mp4ff_decoder_plugin.c +++ b/src/decoder/mp4ff_decoder_plugin.c @@ -413,7 +413,7 @@ 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 mp4ff_decoder_plugin = { - .name = "mp4", + .name = "mp4ff", .stream_decode = mp4_decode, .stream_tag = mp4_stream_tag, .suffixes = mp4_suffixes, -- cgit v1.2.3