Skip to content

Fix ticket #116 on encoder crashes when AFFINE_MRG_MAX_NUM_CANDS is set to less than 5

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

Fix ticket #116 on encoder crashes when AFFINE_MRG_MAX_NUM_CANDS is set to less than 5. Using constants AFFINE_MRG_MAX_NUM_CANDS and MRG_MAX_NUM_CANDS instead of fixed numbers in encoder checking. Regular merge has the same issue.

Edited by Xiang Li

Merge request reports