kmssink: enable UYVY, YUY2, and YVYU (interleaved YUV 4:2:2) formats

https://bugzilla.gnome.org/show_bug.cgi?id=761059
This commit is contained in:
Philipp Zabel 2016-02-12 14:21:27 +01:00 committed by Víctor Manuel Jáquez Leal
parent 360e9343f9
commit 2f51985191

View file

@ -53,8 +53,9 @@ static const struct
DEF_FMT (ABGR8888, ABGR),
DEF_FMT (XBGR8888, xBGR),
#endif
/* DEF_FMT (YUYV, ???), */
/* DEF_FMT (YVYU, ???), */
DEF_FMT (UYVY, UYVY),
DEF_FMT (YUYV, YUY2),
DEF_FMT (YVYU, YVYU),
DEF_FMT (YUV420, I420),
DEF_FMT (YVU420, YV12),
DEF_FMT (YUV422, Y42B),