input/Plugin: pass EventLoop& to init()

Eliminate dependency on io_thread_get().
This commit is contained in:
Max Kellermann
2017-01-25 23:06:12 +01:00
parent 58ac72f79d
commit 3854211694
15 changed files with 21 additions and 20 deletions

View File

@@ -48,7 +48,7 @@ try {
const ScopeIOThread io_thread;
input_stream_global_init();
input_stream_global_init(io_thread_get());
decoder_plugin_init_all();