input/Plugin: pass EventLoop& to init()
Eliminate dependency on io_thread_get().
This commit is contained in:
@@ -48,7 +48,7 @@ try {
|
||||
|
||||
const ScopeIOThread io_thread;
|
||||
|
||||
input_stream_global_init();
|
||||
input_stream_global_init(io_thread_get());
|
||||
|
||||
decoder_plugin_init_all();
|
||||
|
||||
|
Reference in New Issue
Block a user