From f4f8f115e95dbb1a2a224671bc45b11569fb4f88 Mon Sep 17 00:00:00 2001 From: HongbinLiu <liuhongbin.01@bytedance.com> Date: Fri, 1 Feb 2019 08:28:26 +0800 Subject: [PATCH] minor fix of JVET-M0246: rename obsolete macro BD_AFFINE_AMVR to JVET_M0246_AFFINE_AMVR --- source/Lib/CommonLib/Contexts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Lib/CommonLib/Contexts.cpp b/source/Lib/CommonLib/Contexts.cpp index 924ebb8a..78fcd14f 100644 --- a/source/Lib/CommonLib/Contexts.cpp +++ b/source/Lib/CommonLib/Contexts.cpp @@ -1253,7 +1253,7 @@ const CtxSet ContextSetCfg::ImvFlag = ContextSetCfg::addCtxSet { 1, 4, 4, 5,}, #endif #else -#if BD_AFFINE_AMVR +#if JVET_M0246_AFFINE_AMVR { 212, 214, 230, 182, 212, 214 }, { 212, 214, 230, 182, 212, 214 }, { CNU, CNU, CNU, CNU, CNU, CNU }, -- GitLab