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:
@@ -79,7 +79,7 @@ fill_wave_header(struct wave_header *header, int channels, int bits,
|
||||
}
|
||||
|
||||
static Encoder *
|
||||
wave_encoder_init(gcc_unused const config_param ¶m,
|
||||
wave_encoder_init(gcc_unused const ConfigBlock &block,
|
||||
gcc_unused Error &error)
|
||||
{
|
||||
WaveEncoder *encoder = new WaveEncoder();
|
||||
|
Reference in New Issue
Block a user