WMF: Fixed color adjustment when using the EVR window control.

Change-Id: I007937b358f062cd9d3d3c02e3a0780d6b2539be
Reviewed-by: Andy Nichols <andy.nichols@digia.com>
This commit is contained in:
Yoann Lopes
2012-11-19 16:30:46 +01:00
committed by The Qt Project
parent 6826f684e2
commit d64e246f33

View File

@@ -329,7 +329,7 @@ void Evr9VideoWindowControl::setProcAmpValues()
values.Saturation = scaleProcAmpValue(DXVA2_ProcAmp_Saturation, m_saturation);
}
if (SUCCEEDED(m_processor->SetProcAmpValues(0, &values))) {
if (SUCCEEDED(m_processor->SetProcAmpValues(m_dirtyValues, &values))) {
m_dirtyValues = 0;
}
}