OSDN Git Service

LinGui: change x264 turbo mode from subme=1 to subme=2
authorjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 20 Nov 2009 21:49:25 +0000 (21:49 +0000)
committerjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 20 Nov 2009 21:49:25 +0000 (21:49 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@2949 b64f7644-9d1e-0410-96f1-a4d463321fa5

gtk/src/hb-backend.c

index 7ac7172..bb41aa4 100644 (file)
@@ -2551,7 +2551,7 @@ init_ui_combo_boxes(GtkBuilder *builder)
 }
        
 static const char * turbo_opts = 
-       "ref=1:subme=1:me=dia:analyse=none:trellis=0:"
+       "ref=1:subme=2:me=dia:analyse=none:trellis=0:"
        "no-fast-pskip=0:8x8dct=0";
 
 // Construct the x264 options string