|
|
Fixes build for recent x264 versions without psz_rc_eq, see: http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2008-August/052485.html
--- ./libavcodec/libx264.c.orig 2008-10-03 09:47:02.000000000 +0200
+++ ./libavcodec/libx264.c 2008-10-03 09:47:08.000000000 +0200
@@ -251,7 +251,6 @@
x4->params.rc.f_ip_factor = 1/fabs(avctx->i_quant_factor); x4->params.rc.f_pb_factor = avctx->b_quant_factor; x4->params.analyse.i_chroma_qp_offset = avctx->chromaoffset; - x4->params.rc.psz_rc_eq = avctx->rc_eq;
x4->params.analyse.b_psnr = (avctx->flags & CODEC_FLAG_PSNR); x4->params.i_log_level = X264_LOG_DEBUG;
|