Skip to content
Snippets Groups Projects
Commit e444ca8f authored by Yun Li's avatar Yun Li
Browse files

Merge branch 'hop4_decoder_fix' into 'VTM-11.0_nnvc'

Hop4 decoder fix

See merge request jvet-ahg-nnvc/VVCSoftware_VTM!232
parents dbcec4a8 238005ec
No related branches found
No related tags found
No related merge requests found
......@@ -1937,6 +1937,9 @@ void DecLib::xActivateParameterSets( const InputNALUnit nalu )
#if NN_LF_UNIFIED
if (sps->getNnlfUnifiedEnabledFlag())
{
#if NN_LF_UNIFIED_ID
m_nnfilterUnified.nnlfTransInput( sps->getNnlfId()==NNLFUnifiedID::LOP3);
#endif
#if JVET_AH0096_CONTENT_ADAPTIVE_LOP
if (pSlice->getPOC() == 0)
{
......
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