Zebediah Figura : winegstreamer: Set the bit depth for UYVY video.

Alexandre Julliard julliard at winehq.org
Fri Mar 27 16:14:37 CDT 2020


Module: wine
Branch: master
Commit: b9b2a04fe740d91495ca4bca88352b48e896ac1c
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=b9b2a04fe740d91495ca4bca88352b48e896ac1c

Author: Zebediah Figura <z.figura12 at gmail.com>
Date:   Fri Mar 27 00:54:29 2020 -0500

winegstreamer: Set the bit depth for UYVY video.

Signed-off-by: Zebediah Figura <zfigura at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/winegstreamer/gstdemux.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dlls/winegstreamer/gstdemux.c b/dlls/winegstreamer/gstdemux.c
index 1dedad5135..2d9efe8ead 100644
--- a/dlls/winegstreamer/gstdemux.c
+++ b/dlls/winegstreamer/gstdemux.c
@@ -227,6 +227,7 @@ static gboolean amt_from_gst_video_info(const GstVideoInfo *info, AM_MEDIA_TYPE
                 bih->biBitCount = 12; break;
             case mmioFOURCC('Y','U','Y','2'):
             case mmioFOURCC('Y','V','Y','U'):
+            case mmioFOURCC('U','Y','V','Y'):
                 bih->biBitCount = 16; break;
         }
         bih->biCompression = amt->subtype.Data1;




More information about the wine-cvs mailing list