config/Param: split block-specific attributes to new struct ConfigBlock
The old struct config_param remains only for top-level string options.
This commit is contained in:
@@ -72,7 +72,7 @@ input_ffmpeg_supported(void)
|
||||
}
|
||||
|
||||
static InputPlugin::InitResult
|
||||
input_ffmpeg_init(gcc_unused const config_param ¶m,
|
||||
input_ffmpeg_init(gcc_unused const ConfigBlock &block,
|
||||
Error &error)
|
||||
{
|
||||
FfmpegInit();
|
||||
|
||||
Reference in New Issue
Block a user