Skip to content

decoder: H265: Enable cu_qp_delta_enabled_flag when ROI

He Junyan requested to merge He_Junyan/gstreamer-vaapi:fix_roi into master

If ROI is enabled, the CUs within the ROI region may have different QP from the other part of the picture. This needs us to enable the cu_qp_delta_enabled_flag even in the CQP mode.

Merge request reports