renamed decoder plugin "mpc" to "mpcdec"
This plugin is based on "libmpcdec".
This commit is contained in:
@@ -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,
|
Reference in New Issue
Block a user