Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 89432 | Differences between
and this patch

Collapse All | Expand All

(-)libhb/encx264.c.old (-1 / +1 lines)
Lines 79-85 Link Here
79
    else
79
    else
80
    {
80
    {
81
        /* Rate control */
81
        /* Rate control */
82
        param.rc.b_cbr     = 1;
82
        param.rc.f_qcompress     = 0.0;
83
        param.rc.i_bitrate = job->vbitrate;
83
        param.rc.i_bitrate = job->vbitrate;
84
        switch( job->pass )
84
        switch( job->pass )
85
        {
85
        {

Return to bug 89432