input/Plugin: pass EventLoop& to init()
Eliminate dependency on io_thread_get().
This commit is contained in:
@@ -72,7 +72,7 @@ input_ffmpeg_supported(void)
|
||||
}
|
||||
|
||||
static void
|
||||
input_ffmpeg_init(gcc_unused const ConfigBlock &block)
|
||||
input_ffmpeg_init(EventLoop &, const ConfigBlock &)
|
||||
{
|
||||
FfmpegInit();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user