[x265] [PATCH] Added support for multiple references

Steve Borho steve at borho.org
Thu Sep 26 00:36:14 CEST 2013


On Wed, Sep 25, 2013 at 5:27 PM, Olivier Lapicque <olapicque at nvidia.com>wrote:

> Shouldn’t it be X265_MAX(m_numReorderPics[i]* + 2*,
> _param->maxNumReferences*+1*) ?****
>
> Unlike H.264, the picture is added to the DPB before being decoded (so the
> current picture always takes up one slot in the DPB)
>

I was just staring at that line myself.  It would probably be more clear to
add the +1 after the X265_MAX.  What I wasn't sure about was
whether m_maxDecPicBuffering is supposed to also include the max B frame
count as well.

--
Steve
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20130925/dcc7ef72/attachment.html>


More information about the x265-devel mailing list