On Fri, Feb 21, 2014 at 5:23 AM, <[email protected]> wrote: > # HG changeset patch > # User Deepthi Nandakumar <[email protected]> > # 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 > [email protected] > https://mailman.videolan.org/listinfo/x265-devel -- Steve Borho _______________________________________________ x265-devel mailing list [email protected] https://mailman.videolan.org/listinfo/x265-devel
