diff --git a/source/App/EncoderApp/EncAppCfg.cpp b/source/App/EncoderApp/EncAppCfg.cpp index 875d6934f37ddbcea01329f765e9c5091cbcd9d8..eb409f7ff1fec00f2478f4d32ea1f3cbe1589f25 100644 --- a/source/App/EncoderApp/EncAppCfg.cpp +++ b/source/App/EncoderApp/EncAppCfg.cpp @@ -2301,6 +2301,10 @@ bool EncAppCfg::parseCfg( int argc, char* argv[] ) } #endif +#if JVET_AB0068_RD + m_encNnlfOpt = m_nnlfSet1 ? m_encNnlfOpt : false; +#endif + if ( m_alf ) { CHECK( m_maxNumAlfAlternativesChroma < 1 || m_maxNumAlfAlternativesChroma > MAX_NUM_ALF_ALTERNATIVES_CHROMA, std::string("The maximum number of ALF Chroma filter alternatives must be in the range (1-") + std::to_string(MAX_NUM_ALF_ALTERNATIVES_CHROMA) + std::string (", inclusive)") );