Skip to content
Snippets Groups Projects
Commit 9a48329b authored by Vadim Seregin's avatar Vadim Seregin
Browse files

Merge branch 'TM_AMVP_fix' into 'ECM'

Fix TM_AMVP crash

See merge request ecm/VVCSoftware_VTM!13
parents 1e58def2 61fde99a
No related branches found
No related tags found
No related merge requests found
......@@ -2545,6 +2545,7 @@ void PU::fillMvpCand(PredictionUnit &pu, const RefPicList &eRefPicList, const in
{
CodingStructure &cs = *pu.cs;
#if TM_AMVP
interPred = pu.cu->cs->sps->getUseDMVDMode() ? interPred : nullptr;
if (cs.pcv->isEncoder && interPred != nullptr && interPred->readTplAmvpBuffer(amvpInfo, *pu.cu, eRefPicList, refIdx))
{
return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment