On 03/09, Deepthi Nandakumar wrote:
> slicetypeAnalyse::maxSearch also needs to be changed, or you could trigger
> another crash using --b-adapt 1.
> 
> It seems to me, under the hood we're just incrementing lookaheadDepth. That
> may be the right thing to do here, or do a CHECK for lookaheadDepth >=
> bframes?

We have:

CHECK(param->bframes > param->lookaheadDepth && !param->rc.bStatRead,           
                                                  
      "Lookahead depth must be greater than the max consecutive bframe count");

is this not sufficient?

-- 
Steve Borho
_______________________________________________
x265-devel mailing list
[email protected]
https://mailman.videolan.org/listinfo/x265-devel

Reply via email to