From 7cde374643580f4b9a38f35d88eea17f9e9f487f Mon Sep 17 00:00:00 2001 From: Taoran Lu <tlu@dolby.com> Date: Mon, 28 Jan 2019 18:40:27 -0800 Subject: [PATCH] fix Unit.cpp --- source/Lib/CommonLib/Unit.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/source/Lib/CommonLib/Unit.cpp b/source/Lib/CommonLib/Unit.cpp index 3a5e7c83..2f36e96b 100644 --- a/source/Lib/CommonLib/Unit.cpp +++ b/source/Lib/CommonLib/Unit.cpp @@ -278,10 +278,6 @@ CodingUnit& CodingUnit::operator=( const CodingUnit& other ) shareParentSize = other.shareParentSize; #endif ibc = other.ibc; -#if JVET_M0444_SMVD - smvdMode = other.smvdMode; -#endif - #if JVET_M0444_SMVD smvdMode = other.smvdMode; #endif @@ -327,9 +323,6 @@ void CodingUnit::initData() #if JVET_M0444_SMVD smvdMode = 0; #endif -#if JVET_M0444_SMVD - smvdMode = 0; -#endif } -- GitLab