decoder_plugin: rename struct to DecoderPlugin
This commit is contained in:
@@ -145,7 +145,7 @@ static const struct tag_handler print_handler = {
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
const char *decoder_name, *path;
|
||||
const struct decoder_plugin *plugin;
|
||||
const struct DecoderPlugin *plugin;
|
||||
|
||||
#ifdef HAVE_LOCALE_H
|
||||
/* initialize locale */
|
||||
|
@@ -48,7 +48,7 @@ my_log_func(const gchar *log_domain, gcc_unused GLogLevelFlags log_level,
|
||||
struct decoder {
|
||||
const char *uri;
|
||||
|
||||
const struct decoder_plugin *plugin;
|
||||
const struct DecoderPlugin *plugin;
|
||||
|
||||
bool initialized;
|
||||
};
|
||||
|
Reference in New Issue
Block a user