winegstreamer: Add corresponding 'IYUV' type alongside 'I420'.
Add references the 'IYUV' mediatype wherever 'I420' is referenced, as they are identical. Signed-off-by: Connor McAdams <cmcadams@codeweavers.com> Signed-off-by: Zebediah Figura <z.figura12@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
1e1f110c99
commit
aa20f3c084
|
@ -521,6 +521,7 @@ video_formats[] =
|
|||
{&MFVideoFormat_RGB565, WG_VIDEO_FORMAT_RGB16},
|
||||
{&MFVideoFormat_AYUV, WG_VIDEO_FORMAT_AYUV},
|
||||
{&MFVideoFormat_I420, WG_VIDEO_FORMAT_I420},
|
||||
{&MFVideoFormat_IYUV, WG_VIDEO_FORMAT_I420},
|
||||
{&MFVideoFormat_NV12, WG_VIDEO_FORMAT_NV12},
|
||||
{&MFVideoFormat_UYVY, WG_VIDEO_FORMAT_UYVY},
|
||||
{&MFVideoFormat_YUY2, WG_VIDEO_FORMAT_YUY2},
|
||||
|
|
Loading…
Reference in New Issue