Skip to content

Fix #1046: Correct the NoCCAlfConstraintFlag setting

Na Zhang requested to merge Cynthia/VVCSoftware_VTM:Fix#1046-SW-Fix into master

m_cEncLib.setNoAlfConstraintFlag ( !m_ccalf ); should be corrected as m_cEncLib.setNoCCAlfConstraintFlag ( !m_ccalf );

Closes #1046

Merge request reports