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
Rebase against 764a93f121c6b0f88c3444454ebb85eb7cb63295.
This commit is contained in:
@@ -1,25 +0,0 @@
|
||||
From 9e07d838ba606bebe8cd0f902a8bb0e00adf37bc Mon Sep 17 00:00:00 2001
|
||||
From: Derek Lesho <dlesho@codeweavers.com>
|
||||
Date: Fri, 1 May 2020 11:46:26 -0500
|
||||
Subject: [PATCH 25/45] 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 f3895ca4d49..d8be5b1bff2 100644
|
||||
--- a/dlls/mfplat/mediatype.c
|
||||
+++ b/dlls/mfplat/mediatype.c
|
||||
@@ -2628,6 +2628,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