diff options
author | Max Kellermann <max@musicpd.org> | 2018-07-17 21:49:27 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-07-17 22:05:27 +0200 |
commit | 0ff0aca2e2391a42900a588f9b6ed4d525509aac (patch) | |
tree | 0fd780e23fd5f246baeaec6d68f34979d2364de3 /test/run_decoder.cxx | |
parent | 7b02c0224c839d88bb61ee719d780f6a653eb4e2 (diff) |
input/Init: use struct ConfigData
Diffstat (limited to 'test/run_decoder.cxx')
-rw-r--r-- | test/run_decoder.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/run_decoder.cxx b/test/run_decoder.cxx index e1a353b92..e7e395432 100644 --- a/test/run_decoder.cxx +++ b/test/run_decoder.cxx @@ -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()); } |