mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
634 B

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