input/Init: use struct ConfigData

This commit is contained in:
Max Kellermann
2018-07-17 21:49:27 +02:00
parent 7b02c0224c
commit 0ff0aca2e2
9 changed files with 20 additions and 18 deletions

View File

@@ -98,7 +98,8 @@ public:
if (!config_path.IsNull())
ReadConfigFile(config_path);
input_stream_global_init(io_thread.GetEventLoop());
input_stream_global_init(GetGlobalConfig(),
io_thread.GetEventLoop());
decoder_plugin_init_all(GetGlobalConfig());
}