--- libhb/encx264.c.old 2007-02-01 15:36:08.000000000 -0500 +++ libhb/encx264.c 2007-02-01 15:36:34.000000000 -0500 @@ -79,7 +79,7 @@ else { /* Rate control */ - param.rc.b_cbr = 1; + param.rc.f_qcompress = 0.0; param.rc.i_bitrate = job->vbitrate; switch( job->pass ) {