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

@@ -83,7 +83,7 @@ bool
Song::UpdateFile()
{
const char *suffix;
const struct decoder_plugin *plugin;
const struct DecoderPlugin *plugin;
struct stat st;
struct input_stream *is = nullptr;
@@ -168,7 +168,7 @@ bool
Song::UpdateFileInArchive()
{
const char *suffix;
const struct decoder_plugin *plugin;
const struct DecoderPlugin *plugin;
assert(IsFile());