Commit 8e9c553e authored by Laurent Aimar's avatar Laurent Aimar

More logical non YUV fallback for xcb.

parent f5236c7b
......@@ -349,9 +349,9 @@ static int Open (vlc_object_t *obj)
/* */
const vlc_fourcc_t *chromas, chromas_default[] = {
fmt.i_chroma,
VLC_CODEC_YUYV,
VLC_CODEC_RGB24,
VLC_CODEC_RGB15,
VLC_CODEC_YUYV,
0
};
if (vlc_fourcc_IsYUV (fmt.i_chroma))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment