You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-09-12 18:50:20 -07:00
Fix rebase
This commit is contained in:
@@ -1,25 +0,0 @@
|
||||
From 4d5e614857bc296680b93927b430d5533a21e2bc Mon Sep 17 00:00:00 2001
|
||||
From: Derek Lesho <dlesho@codeweavers.com>
|
||||
Date: Fri, 1 May 2020 11:46:26 -0500
|
||||
Subject: [PATCH] mfplat: Add I420 format information.
|
||||
|
||||
Signed-off-by: Derek Lesho <dlesho@codeweavers.com>
|
||||
---
|
||||
dlls/mfplat/mediatype.c | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/dlls/mfplat/mediatype.c b/dlls/mfplat/mediatype.c
|
||||
index ccae999b7d7..f8e4a169843 100644
|
||||
--- a/dlls/mfplat/mediatype.c
|
||||
+++ b/dlls/mfplat/mediatype.c
|
||||
@@ -2630,6 +2630,7 @@ static const struct uncompressed_video_format video_formats[] =
|
||||
{ &MFVideoFormat_A2R10G10B10, 4, 3, 1, 0 },
|
||||
{ &MFVideoFormat_RGB8, 1, 3, 1, 0 },
|
||||
{ &MFVideoFormat_L8, 1, 3, 1, 0 },
|
||||
+ { &MFVideoFormat_I420, 1, 0, 0, 1 },
|
||||
{ &MFVideoFormat_AYUV, 4, 3, 0, 1 },
|
||||
{ &MFVideoFormat_I420, 1, 0, 0, 1 },
|
||||
{ &MFVideoFormat_IMC1, 2, 3, 0, 1 },
|
||||
--
|
||||
2.28.0
|
||||
|
Reference in New Issue
Block a user