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

@@ -67,7 +67,7 @@ try {
EventThread io_thread;
io_thread.Start();
input_stream_global_init(io_thread.GetEventLoop());
input_stream_global_init(GetGlobalConfig(), io_thread.GetEventLoop());
playlist_list_global_init();
decoder_plugin_init_all(GetGlobalConfig());