summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorsr55 <[email protected]>2009-11-20 21:51:59 +0000
committersr55 <[email protected]>2009-11-20 21:51:59 +0000
commitceceedcb7e4c6594eb32b1a51210a4c02abc8000 (patch)
treeadfe24f73585b7fa1146a02cd88565acc67c6021 /test
parentdd01842dfcb86088f1cddd56bbb47749e888eddd (diff)
CLI: Change x264 turbo mode to use subme = 2 instead of 1
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2950 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test')
-rw-r--r--test/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.c b/test/test.c
index c75482f0c..00190de86 100644
--- a/test/test.c
+++ b/test/test.c
@@ -104,7 +104,7 @@ static char *x264opts2 = NULL;
static int maxHeight = 0;
static int maxWidth = 0;
static int turbo_opts_enabled = 0;
-static char * turbo_opts = "ref=1:subme=1:me=dia:analyse=none:trellis=0:no-fast-pskip=0:8x8dct=0:weightb=0";
+static char * turbo_opts = "ref=1:subme=2:me=dia:analyse=none:trellis=0:no-fast-pskip=0:8x8dct=0:weightb=0";
static int largeFileSize = 0;
static int preset = 0;
static char * preset_name = 0;