[x265] [PATCH 2 of 2] lowres: no reason to disable aqMode
Steve Borho
steve at borho.org
Fri Feb 21 20:21:09 CET 2014
On Fri, Feb 21, 2014 at 5:23 AM, <deepthi at multicorewareinc.com> wrote:
> # HG changeset patch
> # User Deepthi Nandakumar <deepthi at multicorewareinc.com>
> # Date 1392976339 -19800
> # Node ID 2059a15a94438f6c89cbc93f0500b28631f5c79f
> # Parent 3275142274c8e424c9a9a57dbc2c70b0707ea996
> lowres: no reason to disable aqMode.
>
> If there is a memory alloc failure, the encoder will abort.
there's no reason to pass aqMode as a pointer anymore either, I've
fixed both in one commit
>
> diff -r 3275142274c8 -r 2059a15a9443 source/common/lowres.cpp
> --- a/source/common/lowres.cpp Fri Feb 21 15:21:06 2014 +0530
> +++ b/source/common/lowres.cpp Fri Feb 21 15:22:19 2014 +0530
> @@ -89,7 +89,6 @@
> return true;
>
> fail:
> - *aqMode = 0;
> return false;
> }
>
> _______________________________________________
> x265-devel mailing list
> x265-devel at videolan.org
> https://mailman.videolan.org/listinfo/x265-devel
--
Steve Borho
More information about the x265-devel
mailing list