Skip to content

Fix #722 on encoder crash for YUV444 coding

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

As mentioned in the ticket, m_useIdentityTableForNon420Chroma on leads to inappropriate reset on chroma QP including cfg_qpInValCb. The related code looks obsolete and is removed in this fix. It should has no impact on CTC.

Merge request reports