decoder_plugin: rename struct to DecoderPlugin

This commit is contained in:
Max Kellermann
2013-10-21 20:31:34 +02:00
parent 65e54f6ed1
commit 72af3c0489
55 changed files with 93 additions and 93 deletions

View File

@@ -42,7 +42,7 @@ tag_file_scan(const char *path_fs,
if (suffix == nullptr)
return false;
const struct decoder_plugin *plugin =
const struct DecoderPlugin *plugin =
decoder_plugin_from_suffix(suffix, nullptr);
if (plugin == nullptr)
return false;