Skip to content

Fix ticket #209: condition to parse pcm_flag

Remy Foray requested to merge forayr/VVCSoftware_VTM:fix-209 into master

When qtbtt_dual_tree_intra_flag = 1, cu.lwidth() and cu.lheight() are equal to 0 when treeType == DUAL_TREE_CHROMA. This causes pcm_flag to not be parsed in this case, whereas the specification tells the contrary.

This patch revert the part of d466acdb which bring the issue.

Merge request reports