1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-15 19:35:49 +00:00

sync to x264 r129: modified ratecontrol equation.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14720 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
lorenm 2005-02-17 19:32:44 +00:00
parent f47114f932
commit 31bb03baaa

View File

@ -49,7 +49,7 @@
#include <x264.h>
#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 int pass = 0;
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;