diff options
author | John Stebbins <[email protected]> | 2016-12-01 09:21:13 -0800 |
---|---|---|
committer | John Stebbins <[email protected]> | 2016-12-01 09:21:13 -0800 |
commit | 8a9f21ce98e526b776313885ca6439deada6e8ee (patch) | |
tree | bff7e3691ad570db90fac821f40e37be2a962149 /test | |
parent | fac5e0ee11d33d812aa063a96d6af5148ac52458 (diff) |
CLI: fix --no-comb-detect
Diffstat (limited to 'test')
-rw-r--r-- | test/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |