From 075a3eda9059eb2a1f6599a174ed071688845b96 Mon Sep 17 00:00:00 2001 From: jbrjake Date: Wed, 9 May 2007 21:41:13 +0000 Subject: [PATCH] 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://localhost/HandBrake/trunk@577 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- libhb/encx264.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libhb/encx264.c b/libhb/encx264.c index 4d97fa76..6bd21405 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", -- 2.11.0