SOURCES: ffmpeg-x264.patch - fixed to build with libx264-0.1.2-1.2...

grzegol grzegol at pld-linux.org
Thu Oct 26 14:34:39 CEST 2006


Author: grzegol                      Date: Thu Oct 26 12:34:39 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fixed to build with libx264-0.1.2-1.20061024_2245.1

---- Files affected:
SOURCES:
   ffmpeg-x264.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/ffmpeg-x264.patch
diff -u SOURCES/ffmpeg-x264.patch:1.1 SOURCES/ffmpeg-x264.patch:1.2
--- SOURCES/ffmpeg-x264.patch:1.1	Mon Sep 11 23:21:55 2006
+++ SOURCES/ffmpeg-x264.patch	Thu Oct 26 14:34:34 2006
@@ -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;
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/ffmpeg-x264.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list