[x265] [PATCH] ratecontrol: initialize frameThreads

Rafaël Carré funman at videolan.org
Mon Oct 21 19:22:31 CEST 2013


https://bitbucket.org/multicoreware/x265/commits/3fe9a9d0a0b6279643c9272805f4d9b46c2cdcd9

"=?utf-8?b?UmFmYcOrbCBDYXJyw6kgPGZ1bm1hbkB2aWRlb2xhbi5vcmc+?= committed"

Indeed :)

I am sending these from my git hg clone with git send-email.

Any idea how to make these patches more smooth from hg point of view?

http://stackoverflow.com/questions/2626898/mercurial-copy-patch-to-repository
seems to say hg import should work.

How did you apply this one?

Thanks,

Le 21/10/2013 18:47, Deepthi Nandakumar a écrit :
> Pushed this - but the user name has not been configured properly.
> 
> 
> On Mon, Oct 21, 2013 at 6:16 PM, Rafaël Carré <funman at videolan.org> wrote:
> 
>> Fix a floating point exceptio
>> ---
>>  source/encoder/ratecontrol.cpp | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/source/encoder/ratecontrol.cpp
>> b/source/encoder/ratecontrol.cpp
>> index b588bde..9085ec3 100644
>> --- a/source/encoder/ratecontrol.cpp
>> +++ b/source/encoder/ratecontrol.cpp
>> @@ -129,6 +129,7 @@ void RateControl::calcAdaptiveQuantFrame(TComPic *pic)
>>  RateControl::RateControl(TEncCfg * _cfg)
>>  {
>>      this->cfg = _cfg;
>> +    frameThreads = cfg->param.frameNumThreads;
>>      bitrate = cfg->param.rc.bitrate * 1000;
>>      frameDuration = 1.0 / cfg->param.frameRate;
>>      ncu = (int)((cfg->param.sourceHeight * cfg->param.sourceWidth) /
>> pow((int)cfg->param.maxCUSize, 2.0));
>> --
>> 1.8.3.2


More information about the x265-devel mailing list