From de81b27a3b679f35d85a21cebb3d2f3201b412e4 Mon Sep 17 00:00:00 2001 From: Huanbang Chen <chenhuanbang@huawei.com> Date: Tue, 30 Oct 2018 15:41:01 +0800 Subject: [PATCH] fix bug in harmonization with GBI --- source/Lib/DecoderLib/DecCu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Lib/DecoderLib/DecCu.cpp b/source/Lib/DecoderLib/DecCu.cpp index 482d3a6f2..f192f47a5 100644 --- a/source/Lib/DecoderLib/DecCu.cpp +++ b/source/Lib/DecoderLib/DecCu.cpp @@ -485,7 +485,7 @@ void DecCu::xDeriveCUMV( CodingUnit &cu ) PU::getAffineMergeCand( pu, affineMergeCtx, pu.mergeIdx ); pu.interDir = affineMergeCtx.interDirNeighbours[pu.mergeIdx]; pu.cu->affineType = affineMergeCtx.affineType[pu.mergeIdx]; -#if JVET_L0632_AFFINE_MERGE +#if JVET_L0646_GBI pu.cu->GBiIdx = affineMergeCtx.GBiIdx[pu.mergeIdx]; #endif #if JVET_L0369_SUBBLOCK_MERGE -- GitLab