renamed decoder plugin "mpc" to "mpcdec"

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

View File

@@ -265,7 +265,7 @@ static struct tag *mpcTagDup(const char *file)
static const char *const mpcSuffixes[] = { "mpc", NULL };
const struct decoder_plugin mpcPlugin = {
const struct decoder_plugin mpcdec_decoder_plugin = {
.name = "mpc",
.stream_decode = mpc_decode,
.tag_dup = mpcTagDup,