From 8a9f21ce98e526b776313885ca6439deada6e8ee Mon Sep 17 00:00:00 2001 From: John Stebbins Date: Thu, 1 Dec 2016 09:21:13 -0800 Subject: CLI: fix --no-comb-detect --- test/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/test.c b/test/test.c index 8ef13eb6c..d5e1ea4ef 100644 --- a/test/test.c +++ b/test/test.c @@ -3729,7 +3729,7 @@ static hb_dict_t * PreparePreset(const char *preset_name) } if (comb_detect_disable) { - hb_dict_set(preset, "PictureCombDetectFilter", hb_value_string("off")); + hb_dict_set(preset, "PictureCombDetectPreset", hb_value_string("off")); } if (comb_detect != NULL) { -- cgit v1.2.3