diff options
author | sr55 <[email protected]> | 2009-11-20 21:51:59 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-11-20 21:51:59 +0000 |
commit | ceceedcb7e4c6594eb32b1a51210a4c02abc8000 (patch) | |
tree | adfe24f73585b7fa1146a02cd88565acc67c6021 /test | |
parent | dd01842dfcb86088f1cddd56bbb47749e888eddd (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.c | 2 |
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; |