summaryrefslogtreecommitdiffstats
path: root/test/test.c
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2015-08-10 22:53:15 +0000
committerjstebbins <[email protected]>2015-08-10 22:53:15 +0000
commit3cfc47653a4617b1f9774ef6f7cdff6050d37267 (patch)
tree4737011cbb474fa0141edb12a329a1dba9a9632b /test/test.c
parent877520bd5e69d716d7916a50489d509f22f9efdc (diff)
CLI: fix nlmeans preset and tune
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7398 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test/test.c')
-rw-r--r--test/test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test.c b/test/test.c
index 123289c29..513add980 100644
--- a/test/test.c
+++ b/test/test.c
@@ -2627,7 +2627,7 @@ static int ParseOptions( int argc, char ** argv )
}
else
{
- fprintf(stderr, "Invalid hqdn3d option %s\n", nlmeans);
+ fprintf(stderr, "Invalid nlmeans option %s\n", nlmeans);
return -1;
}
}
@@ -3493,7 +3493,7 @@ static hb_dict_t * PreparePreset(const char *preset_name)
hb_value_string(nlmeans));
if (nlmeans_tune != NULL)
{
- hb_dict_set(preset, "PictureDenoisePreset",
+ hb_dict_set(preset, "PictureDenoiseTune",
hb_value_string(nlmeans_tune));
}
}