]> git.pld-linux.org Git - packages/ffmpeg.git/blobdiff - ffmpeg-x264.patch
- updated for current snap
[packages/ffmpeg.git] / 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.049237 seconds and 4 git commands to generate.