]> git.pld-linux.org Git - packages/mplayer.git/commitdiff
- outdated
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 17 Nov 2006 20:16:17 +0000 (20:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mplayer-x264.patch -> 1.2

mplayer-x264.patch [deleted file]

diff --git a/mplayer-x264.patch b/mplayer-x264.patch
deleted file mode 100644 (file)
index 90d9d1e..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
---- trunk/libmpcodecs/ve_x264.c        2006/07/15 16:03:12     19109
-+++ trunk/libmpcodecs/ve_x264.c        2006/07/18 01:28:56     19130
-@@ -247,7 +247,10 @@
-     mod->param.i_deblocking_filter_beta = deblockbeta;
-     mod->param.b_cabac = cabac;
-+    mod->param.rc.i_rc_method = X264_RC_CQP;
-     mod->param.rc.i_qp_constant = qp_constant;
-+    if(rf_constant > 0)
-+        mod->param.rc.i_rc_method = X264_RC_CRF;
-     mod->param.rc.i_rf_constant = rf_constant;
-     if(qp_min > qp_constant)
-         qp_min = qp_constant;
-@@ -275,7 +278,7 @@
-                    "VBV requires both vbv_maxrate and vbv_bufsize.\n");
-             return 0;
-         }
--        mod->param.rc.b_cbr = 1;
-+        mod->param.rc.i_rc_method = X264_RC_ABR;
-         mod->param.rc.i_bitrate = bitrate;
-         mod->param.rc.f_rate_tolerance = ratetol;
-         mod->param.rc.i_vbv_max_bitrate = vbv_maxrate;
This page took 0.029681 seconds and 4 git commands to generate.