Skip to content
Snippets Groups Projects
Commit 80f601ce authored by Chun-Chi Chen's avatar Chun-Chi Chen Committed by Fabrice Le Léannec
Browse files

Fix: RPR encoder crash when JVET_AH0314_LIC_INHERITANCE_FOR_MRG=1

parent 5c9096c9
No related branches found
No related tags found
No related merge requests found
......@@ -14937,7 +14937,7 @@ void InterPrediction::adjustMergeCandidates(PredictionUnit& pu, MergeCtx& mvpMer
}
if (bRefIsRescaled)
{
uiCost = std::numeric_limits<Distortion>::max();
uiCost = MAX_UINT64 - 1;
}
else
{
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