From 6e47e797909564460fbf30372000c8a879e0f891 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 30 Jan 2013 22:25:17 +0100 Subject: ConfigData: move functions into the class --- test/run_encoder.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/run_encoder.cxx') diff --git a/test/run_encoder.cxx b/test/run_encoder.cxx index e2ecab58..9039f2db 100644 --- a/test/run_encoder.cxx +++ b/test/run_encoder.cxx @@ -74,7 +74,7 @@ int main(int argc, char **argv) } config_param param; - config_add_block_param(¶m, "quality", "5.0", -1); + param.AddBlockParam("quality", "5.0", -1); encoder = encoder_init(plugin, ¶m, &error); if (encoder == NULL) { -- cgit v1.2.3