Opened 6 years ago
Closed 6 years ago
#116 closed defect (fixed)
VTM3.0_rc1 encoder crashes when AFFINE_MRG_MAX_NUM_CANDS is set to less than 5
Reported by: | zhou | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | VTM-3.0 |
Component: | VTM | Version: | VTM-3.0rc1 |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
the reason is that in EncAppCfg.cpp the maximum number of affine merge candidates is hard coded to 5. see
#if JVET_L0632_AFFINE_MERGE
("MaxNumAffineMergeCand", m_maxNumAffineMergeCand, 5u, "Maximum number of affine merge candidates")
#endif
Change history (1)
comment:1 Changed 6 years ago by XiangLi
- Milestone set to VTM-3.0
- Resolution set to fixed
- Status changed from new to closed
- Version set to VTM-3.0rc1
Note: See TracTickets for help on using tickets.
Fixed in https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/merge_requests/108.