summaryrefslogtreecommitdiffstats
path: root/test/test.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 /test/test.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 'test/test.c')
-rw-r--r--test/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.c b/test/test.c
index 513add980..7aa8aad0a 100644
--- a/test/test.c
+++ b/test/test.c
@@ -2204,7 +2204,7 @@ static int ParseOptions( int argc, char ** argv )
}
else
{
- nlmeans = strdup("light");
+ nlmeans = strdup("medium");
}
break;
case FILTER_NLMEANS_TUNE: