EncoderPlugin: pass config_param reference

This commit is contained in:
Max Kellermann
2013-08-04 12:24:36 +02:00
parent 81c3224076
commit ca0d09c50f
13 changed files with 47 additions and 49 deletions

View File

@@ -185,7 +185,7 @@ ShoutOutput::Configure(const config_param &param, GError **error_r)
return false;
}
encoder = encoder_init(*encoder_plugin, &param, error_r);
encoder = encoder_init(*encoder_plugin, param, error_r);
if (encoder == nullptr)
return false;