Correct color for clear with bgra

This commit is contained in:
dec05eba
2024-02-08 19:32:52 +01:00
parent 348ab70403
commit 463393a0c0

View File

@@ -465,6 +465,11 @@ void gsr_color_conversion_clear(gsr_color_conversion *self) {
color1[1] = 0.0f;
color1[2] = 0.0f;
color1[3] = 1.0f;
color2[0] = 0.0f;
color2[1] = 0.0f;
color2[2] = 0.0f;
color2[3] = 1.0f;
break;
}
case GSR_DESTINATION_COLOR_NV12: