summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorjbrjake <[email protected]>2007-08-19 04:22:36 +0000
committerjbrjake <[email protected]>2007-08-19 04:22:36 +0000
commitff1e35b02cb6d5be6c1a45bf2ab1af89fc1c951f (patch)
treeddec9b019efbc3ff88785b363e0ac16aceccfb81 /test
parent622d4cddab077306724f4ce7cbfb2661b77dbc0d (diff)
CLI/MacGui: removes weightb=0 from the turbo option string, because it was causing frame count differences for the 2nd pass. Also removes a stray colon from the Broke preset.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@832 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 b4f68901f..4bdc87a9c 100644
--- a/test/test.c
+++ b/test/test.c
@@ -62,7 +62,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:weightb=0:trellis=0:no-fast-pskip=0:8x8dct=0";
+static char * turbo_opts = "ref=1:subme=1:me=dia:analyse=none:trellis=0:no-fast-pskip=0:8x8dct=0";
static int largeFileSize = 0;
/* Exit cleanly on Ctrl-C */