summaryrefslogtreecommitdiffstats
path: root/libhb/encx264.c
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/encx264.c')
-rw-r--r--libhb/encx264.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/libhb/encx264.c b/libhb/encx264.c
index b52832416..eee738604 100644
--- a/libhb/encx264.c
+++ b/libhb/encx264.c
@@ -96,13 +96,6 @@ int encx264Init( hb_work_object_t * w, hb_job_t * job )
/* Enable metrics */
param.analyse.b_psnr = 1;
param.analyse.b_ssim = 1;
-
- /*
- * QuickTime has trouble with very low QPs (resulting in visual artifacts).
- * Known to affect QuickTime 7, QuickTime X and iTunes.
- * Testing shows that a qpmin of 4 usually works.
- */
- param.rc.i_qp_min = 4;
if( job->pass == 2 && job->cfr != 1 )
{