Skip to content

Fix decoder memory leak in DMVR

Xiang Li requested to merge XiangLi/VVCSoftware_VTM:fix_memoryleak_dmvr into master

Fix the memory leak caused by allocating memory for m_cYuvPredTempDMVRL0 and m_cYuvPredTempDMVRL1 multiple times at decoder.

Merge request reports