Skip to content
Snippets Groups Projects
Commit 7cde3746 authored by Taoran Lu's avatar Taoran Lu
Browse files

fix Unit.cpp

parent 1f052c85
No related branches found
No related tags found
No related merge requests found
...@@ -278,10 +278,6 @@ CodingUnit& CodingUnit::operator=( const CodingUnit& other ) ...@@ -278,10 +278,6 @@ CodingUnit& CodingUnit::operator=( const CodingUnit& other )
shareParentSize = other.shareParentSize; shareParentSize = other.shareParentSize;
#endif #endif
ibc = other.ibc; ibc = other.ibc;
#if JVET_M0444_SMVD
smvdMode = other.smvdMode;
#endif
#if JVET_M0444_SMVD #if JVET_M0444_SMVD
smvdMode = other.smvdMode; smvdMode = other.smvdMode;
#endif #endif
...@@ -327,9 +323,6 @@ void CodingUnit::initData() ...@@ -327,9 +323,6 @@ void CodingUnit::initData()
#if JVET_M0444_SMVD #if JVET_M0444_SMVD
smvdMode = 0; smvdMode = 0;
#endif #endif
#if JVET_M0444_SMVD
smvdMode = 0;
#endif
} }
......
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