summaryrefslogtreecommitdiffstats
path: root/libhb/encx264.c
diff options
context:
space:
mode:
authorjbrjake <[email protected]>2007-05-09 21:41:13 +0000
committerjbrjake <[email protected]>2007-05-09 21:41:13 +0000
commit6c820e1194dd139ec99880727f8c7235fdac18b9 (patch)
tree494d28d26737a27c929268e8c16fc2a8ce886a01 /libhb/encx264.c
parent9baf8640e76f8561f8b19f9da392f6835d109266 (diff)
Removes thread limitation for iPod encoding. With x264's new-ish sliceless threading method, there is no longer any need, if there ever was, of keeping the video to 1 slice. This should significantly speed up iPod encodes and shut up the people claiming HB can't use more than 70% of a processor.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@577 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/encx264.c')
-rw-r--r--libhb/encx264.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libhb/encx264.c b/libhb/encx264.c
index 4d97fa769..6bd214051 100644
--- a/libhb/encx264.c
+++ b/libhb/encx264.c
@@ -72,7 +72,6 @@ int encx264Init( hb_work_object_t * w, hb_job_t * job )
param.i_log_level = X264_LOG_INFO;
if( job->h264_level )
{
- param.i_threads = 1;
param.b_cabac = 0;
param.i_level_idc = job->h264_level;
hb_log( "encx264: encoding at level %i",