Commit 4d748cb8 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

XCB-XVideo: compilation fix

parent a298057c
...@@ -347,7 +347,7 @@ static int Open (vlc_object_t *obj) ...@@ -347,7 +347,7 @@ static int Open (vlc_object_t *obj)
const xcb_xv_image_format_info_t *xfmt; const xcb_xv_image_format_info_t *xfmt;
/* */ /* */
const vlc_fourcc_t chromas_default[] = { const vlc_fourcc_t *chromas, chromas_default[] = {
fmt.i_chroma, fmt.i_chroma,
VLC_CODEC_YUYV, VLC_CODEC_YUYV,
VLC_CODEC_RGB24, VLC_CODEC_RGB24,
......
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