diff options
author | jbrjake <[email protected]> | 2008-09-19 13:48:02 +0000 |
---|---|---|
committer | jbrjake <[email protected]> | 2008-09-19 13:48:02 +0000 |
commit | 48c7caa40aa8de67151b26a62cd8c4751b566b45 (patch) | |
tree | 8c237e4f78e68b476b8e4fedb031482841a3478e /libhb | |
parent | 603142ec7910262165e80137b928f65c81f2c992 (diff) |
Bring libhb in line with x264's new default subme level of 6.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1724 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb')
-rw-r--r-- | libhb/encx264.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libhb/encx264.c b/libhb/encx264.c index 51ba5097e..23afa4243 100644 --- a/libhb/encx264.c +++ b/libhb/encx264.c @@ -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. |