decoder_plugin: rename struct to DecoderPlugin
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user