renamed functions in decoder_list.h

InputPlugin to decoder_plugin, and no camelCase.
This commit is contained in:
Max Kellermann
2008-08-26 08:27:09 +02:00
parent 772d3da98a
commit e754ed01a7
6 changed files with 40 additions and 36 deletions
+1 -1
View File
@@ -263,7 +263,7 @@ struct decoder_plugin *hasMusicSuffix(const char *utf8file, unsigned int next)
const char *s = getSuffix(utf8file);
if (s) {
ret = getInputPluginFromSuffix(s, next);
ret = decoder_plugin_from_suffix(s, next);
} else {
DEBUG("hasMusicSuffix: The file: %s has no valid suffix\n",
utf8file);