Module: wine Branch: master Commit: 9a21b6a537a4735af9ed6df588db15c65009f29e URL: https://gitlab.winehq.org/wine/wine/-/commit/9a21b6a537a4735af9ed6df588db15c...
Author: Rémi Bernon rbernon@codeweavers.com Date: Tue Apr 30 10:58:37 2024 +0200
mf/tests: Add broken result for older Windows.
---
dlls/mf/tests/transform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/mf/tests/transform.c b/dlls/mf/tests/transform.c index 300a22094fb..d50b0d09082 100644 --- a/dlls/mf/tests/transform.c +++ b/dlls/mf/tests/transform.c @@ -7600,7 +7600,7 @@ static void test_video_processor(void) { .input_type_desc = rgb32_no_aperture, .input_bitmap = L"rgb32frame-crop.bmp", .output_type_desc = rgb32_with_aperture, .output_bitmap = L"rgb32frame-flip.bmp", - .output_sample_desc = &rgb32_sample_desc, + .output_sample_desc = &rgb32_sample_desc, .broken = TRUE /* old Windows version incorrectly rescale */ }, { .input_type_desc = rgb32_with_aperture, .input_bitmap = L"rgb32frame-flip.bmp",