decoder/mp4ff: rename plugin "mp4" to "mp4ff"

The underlying library is named "libmp4ff".  To reduce confusion,
rename the plugin to a more specific name.
This commit is contained in:
Max Kellermann 2010-05-30 22:33:15 +02:00
parent 8c581eca4d
commit 44b771aca1
2 changed files with 2 additions and 1 deletions

1
NEWS
View File

@ -37,6 +37,7 @@ ver 0.16 (20??/??/??)
- sidplay: support seeking
- wavpack: activate 32 bit support
- wavpack: allow more than 2 channels
- mp4ff: rename plugin "mp4" to "mp4ff"
* encoders:
- twolame: new encoder plugin based on libtwolame
- flac: new encoder plugin based on libFLAC

View File

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