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

Merge branch 'xlxiangli/fix_imv' into 'master'

Fix #45 on IBC AMVR off

Closes #45

See merge request !397
parents 9cea7cf3 debb20fe
No related branches found
No related tags found
1 merge request!397Fix #45 on IBC AMVR off
Pipeline #9548 passed
......@@ -147,7 +147,7 @@ void MvdSuffixInfo::initPrefixes(const Mv& mv, const int imv, const bool isInter
Mv tmp = mv;
if (isInternalPrecision)
{
tmp.changeTransPrecInternal2Amvr(imv);
tmp.changeIbcPrecInternal2Amvr(imv);
}
int horMvd = tmp.getHor();
......
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