]> git.pld-linux.org Git - packages/ffmpeg.git/commitdiff
- fixed to build with libx264-0.1.2-1.20061024_2245.1 auto/th/ffmpeg-0_4_9-3_20060129_15
authorgrzegol <grzegol@pld-linux.org>
Thu, 26 Oct 2006 12:34:34 +0000 (12:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ffmpeg-x264.patch -> 1.2

ffmpeg-x264.patch

index 7c66cf32764b0af83e267e0ab474324b9009a51c..53af6e8b6efcff7c57fb2c36451443e2b8e77793 100644 (file)
@@ -8,7 +8,7 @@
 -        else if(avctx->cqp > -1) x4->params.rc.i_qp_constant = avctx->cqp;
 +        if(avctx->crf){
 +            x4->params.rc.i_rc_method = X264_RC_CRF;
-+            x4->params.rc.i_rf_constant = avctx->crf;
++            x4->params.rc.f_rf_constant = avctx->crf;
 +        }else if(avctx->cqp > -1){
 +            x4->params.rc.i_rc_method = X264_RC_CQP;
 +            x4->params.rc.i_qp_constant = avctx->cqp;
This page took 0.245888 seconds and 4 git commands to generate.