# HG changeset patch # User lorenm # Date 1108668764 0 # Node ID a76f1a68ed750e07f2c4416c7887298be0d2d90e # Parent 11376fd550aca8d3646c35cb761c8800137bb460 sync to x264 r129: modified ratecontrol equation. diff -r 11376fd550ac -r a76f1a68ed75 libmpcodecs/ve_x264.c --- a/libmpcodecs/ve_x264.c Thu Feb 17 15:56:25 2005 +0000 +++ b/libmpcodecs/ve_x264.c Thu Feb 17 19:32:44 2005 +0000 @@ -49,7 +49,7 @@ #include -#if X264_BUILD < 0x000e +#if X264_BUILD < 0x0010 #error We do not support old versions of x264. Get the latest from SVN. #endif @@ -90,7 +90,7 @@ static float qcomp = 0.6; static float qblur = 0.5; static float complexity_blur = 20; -static char *rc_eq = "tex*blurTex^(qComp-1)"; +static char *rc_eq = "blurCplx^(1-qComp)"; static int subq = 5; static int psnr = 0; static int log_level = 2;