OSDN Git Service

Bring libhb in line with x264's new default subme level of 6.
authorjbrjake <jbrjake@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 19 Sep 2008 13:48:02 +0000 (13:48 +0000)
committerjbrjake <jbrjake@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 19 Sep 2008 13:48:02 +0000 (13:48 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@1724 b64f7644-9d1e-0410-96f1-a4d463321fa5

libhb/encx264.c

index 51ba509..23afa42 100644 (file)
@@ -108,9 +108,6 @@ int encx264Init( hb_work_object_t * w, hb_job_t * job )
                 param.i_level_idc );
     }
 
-    /* Slightly faster with minimal quality lost */
-    param.analyse.i_subpel_refine = 4;
-
     /*
                This section passes the string x264opts to libx264 for parsing into
         parameter names and values.