Skip to content
Snippets Groups Projects
Commit 1341628b authored by Vadim Seregin's avatar Vadim Seregin
Browse files

Merge branch 'ECM-Fixed' into 'master'

fixed decoder crash

See merge request ecm/ECM!877
parents c7c40f7f 8cf5b965
No related branches found
No related tags found
1 merge request!877fixed decoder crash
Pipeline #14635 passed
......@@ -361,10 +361,15 @@ InterPrediction::InterPrediction()
#if JVET_AJ0237_INTERNAL_12BIT
m_dmvrCostLambda = 1;
#endif
#if JVET_AJ0161_OBMC_EXT_WITH_INTRA_PRED
for (uint32_t ch = 0; ch < MAX_NUM_COMPONENT; ch++)
{
#if !JVET_AK0212_GPM_OBMC_MODIFICATION
m_intraOBMCBuf[ch] = nullptr;
#endif
m_beforeOBMCBuf[ch] = nullptr;
}
#endif
}
 
InterPrediction::~InterPrediction()
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