renamed functions in decoder_list.h
InputPlugin to decoder_plugin, and no camelCase.
This commit is contained in:
@@ -533,7 +533,7 @@ static int flac_plugin_init(void)
|
||||
INPUT_PLUGIN_STREAM_FILE;
|
||||
oggflacPlugin.suffixes = oggflac_suffixes;
|
||||
oggflacPlugin.mime_types = oggflac_mime_types;
|
||||
loadInputPlugin(&oggflacPlugin);
|
||||
decoder_plugin_load(&oggflacPlugin);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user