diff options
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/handbrake/files/patch-libhb_encx264.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/handbrake/files/patch-libhb_encx264.c b/multimedia/handbrake/files/patch-libhb_encx264.c new file mode 100644 index 000000000000..22008dd0b4ac --- /dev/null +++ b/multimedia/handbrake/files/patch-libhb_encx264.c @@ -0,0 +1,11 @@ +--- libhb/encx264.c.orig Sat Aug 26 02:34:47 2006 ++++ libhb/encx264.c Sat Aug 26 02:36:02 2006 +@@ -79,7 +79,7 @@ + else + { + /* Rate control */ +- param.rc.b_cbr = 1; ++ param.rc.i_rc_method = 1; + param.rc.i_bitrate = job->vbitrate; + switch( job->pass ) + { |