ConfigData: move functions into the class
This commit is contained in:
@@ -54,7 +54,7 @@ main(G_GNUC_UNUSED int argc, G_GNUC_UNUSED char **argv)
|
||||
assert(plugin != NULL);
|
||||
|
||||
config_param param;
|
||||
config_add_block_param(¶m, "quality", "5.0", -1);
|
||||
param.AddBlockParam("quality", "5.0", -1);
|
||||
|
||||
struct encoder *encoder = encoder_init(plugin, ¶m, NULL);
|
||||
assert(encoder != NULL);
|
||||
|
Reference in New Issue
Block a user