Derek, Yes, this particular param flag is initialised to 1 (highest quality setting) in x265_param_default. I'm setting it to zero for a certain set of user defined parameters.
On Mon, Sep 16, 2013 at 3:01 PM, Derek Buitenhuis < [email protected]> wrote: > On Mon, Sep 16, 2013 at 7:11 AM, Deepthi Nandakumar > <[email protected]> wrote: > > # HG changeset patch > > # User Deepthi Nandakumar <[email protected]> > > # Date 1379311811 -19800 > > # Node ID c1ec5b8a6752529368753c110d626f1c53d90f3e > > # Parent 22c4e67c7246cd77968a86e967377e4a18b47b31 > > RDLevel: Disable RDOQTS when RDO and/or TS are disabled. > > [...] > > > + else > > + { > > + _param->bEnableRDOQTS = 0; > > + } > > Is the param structure not zero-allocated with something like calloc > or malloc+memset? > > - Derek > _______________________________________________ > x265-devel mailing list > [email protected] > https://mailman.videolan.org/listinfo/x265-devel >
_______________________________________________ x265-devel mailing list [email protected] https://mailman.videolan.org/listinfo/x265-devel
