Commit 6e8d447f authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

xcb-xv: allow fallback to RV32 and RV16 XVideo formats

parent 34753619
...@@ -358,7 +358,9 @@ static int Open (vlc_object_t *obj) ...@@ -358,7 +358,9 @@ static int Open (vlc_object_t *obj)
/* */ /* */
const vlc_fourcc_t *chromas, chromas_default[] = { const vlc_fourcc_t *chromas, chromas_default[] = {
fmt.i_chroma, fmt.i_chroma,
VLC_CODEC_RGB32,
VLC_CODEC_RGB24, VLC_CODEC_RGB24,
VLC_CODEC_RGB16,
VLC_CODEC_RGB15, VLC_CODEC_RGB15,
VLC_CODEC_YUYV, VLC_CODEC_YUYV,
0 0
......
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