summaryrefslogtreecommitdiffstats
path: root/libhb/nlmeans.c
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2015-08-17 20:22:53 +0000
committerjstebbins <[email protected]>2015-08-17 20:22:53 +0000
commit4ffa869d091efecbb19b5dafc18fcb7ecdb73629 (patch)
tree425283fdab720340b21a2d4db27bec2239a72004 /libhb/nlmeans.c
parent50a9070021357bbfba3f330e81a1c00778a7340c (diff)
nlmeans: fix the default values
Make the nlmeans default (when no string supplied) match "medium" preset. And make the CLI default the medium preset. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7402 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/nlmeans.c')
-rw-r--r--libhb/nlmeans.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libhb/nlmeans.c b/libhb/nlmeans.c
index 3e78ab95a..a306c8f4a 100644
--- a/libhb/nlmeans.c
+++ b/libhb/nlmeans.c
@@ -55,8 +55,8 @@
#include "taskset.h"
#include "nlmeans.h"
-#define NLMEANS_STRENGTH_LUMA_DEFAULT 8
-#define NLMEANS_STRENGTH_CHROMA_DEFAULT 8
+#define NLMEANS_STRENGTH_LUMA_DEFAULT 6
+#define NLMEANS_STRENGTH_CHROMA_DEFAULT 6
#define NLMEANS_ORIGIN_TUNE_LUMA_DEFAULT 1
#define NLMEANS_ORIGIN_TUNE_CHROMA_DEFAULT 1
#define NLMEANS_PATCH_SIZE_LUMA_DEFAULT 7