[x265] [PATCH] Update x265_copy_params()

Aruna Matheswaran aruna at multicorewareinc.com
Mon Jul 29 08:17:52 CEST 2019


Pushed to Release_3.1

On Mon, Jul 29, 2019 at 11:47 AM Aruna Matheswaran <
aruna at multicorewareinc.com> wrote:

> # HG changeset patch
> # User Aruna_Matheswaran <aruna at multicorewareinc>
> # Date 1563974798 -19800
> #      Wed Jul 24 18:56:38 2019 +0530
> # Branch Release_3.1
> # Node ID 4472578f9adfb383e4a479491218f37251c8ab60
> # Parent  04b37fdfd2dcde24da4d47ced91dddc10ffe0cbf
> Update x265_copy_params()
>
> Fix for issue #498
>
> diff -r 04b37fdfd2dc -r 4472578f9adf source/common/param.cpp
> --- a/source/common/param.cpp Mon Jul 08 16:40:19 2019 +0530
> +++ b/source/common/param.cpp Wed Jul 24 18:56:38 2019 +0530
> @@ -2372,7 +2372,7 @@
>      dst->bLowPassDct = src->bLowPassDct;
>      dst->vbvBufferEnd = src->vbvBufferEnd;
>      dst->vbvEndFrameAdjust = src->vbvEndFrameAdjust;
> -
> +    dst->bAnalysisType = src->bAnalysisType;
>      dst->bCopyPicToFrame = src->bCopyPicToFrame;
>      if (src->analysisSave) dst->analysisSave=strdup(src->analysisSave);
>      else dst->analysisSave = NULL;
>
> On Wed, Jul 24, 2019 at 7:13 PM Aruna Matheswaran <
> aruna at multicorewareinc.com> wrote:
>
>> # HG changeset patch
>> # User Aruna_Matheswaran <aruna at multicorewareinc>
>> # Date 1563974798 -19800
>> #      Wed Jul 24 18:56:38 2019 +0530
>> # Node ID 5912fc7e390e6177944a4ad68760b1f98d9c48db
>> # Parent  21db162c8622677c41a4fc77a14a59eb7326b46a
>> Update x265_copy_params()
>>
>> diff -r 21db162c8622 -r 5912fc7e390e source/common/param.cpp
>> --- a/source/common/param.cpp Fri Jul 12 16:22:24 2019 +0530
>> +++ b/source/common/param.cpp Wed Jul 24 18:56:38 2019 +0530
>> @@ -2410,7 +2410,7 @@
>>      dst->bLowPassDct = src->bLowPassDct;
>>      dst->vbvBufferEnd = src->vbvBufferEnd;
>>      dst->vbvEndFrameAdjust = src->vbvEndFrameAdjust;
>> -
>> +    dst->bAnalysisType = src->bAnalysisType;
>>      dst->bCopyPicToFrame = src->bCopyPicToFrame;
>>      if (src->analysisSave) dst->analysisSave=strdup(src->analysisSave);
>>      else dst->analysisSave = NULL;
>>
>> --
>> Regards,
>> Aruna
>>
>
>
> --
> Regards,
> Aruna
>


-- 
Regards,
Aruna
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20190729/4ed6dc15/attachment.html>


More information about the x265-devel mailing list