Explicitly request limited range for renderers that require it

This commit is contained in:
Cameron Gutman
2026-08-05 23:25:30 -05:00
parent 2bea406f67
commit a903c5cef2
9 changed files with 35 additions and 0 deletions
@@ -470,6 +470,12 @@ int VDPAURenderer::getDecoderColorspace()
return COLORSPACE_REC_601;
}
int VDPAURenderer::getDecoderColorRange()
{
// The default VdpVideoMixer CSC matrix assumes limited range
return COLOR_RANGE_LIMITED;
}
int VDPAURenderer::getDecoderCapabilities()
{
return CAPABILITY_REFERENCE_FRAME_INVALIDATION_HEVC |