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
1 merge request!162JVET-M0427 Picture reconstruction with mapping
......@@ -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
}
......
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