Browse Source

XCB-XVideo: compilation fix

pull/2/head
Rémi Denis-Courmont 17 years ago
parent
commit
4d748cb87a
  1. 2
      modules/video_output/xcb/xvideo.c

2
modules/video_output/xcb/xvideo.c

@ -347,7 +347,7 @@ static int Open (vlc_object_t *obj)
const xcb_xv_image_format_info_t *xfmt;
/* */
const vlc_fourcc_t chromas_default[] = {
const vlc_fourcc_t *chromas, chromas_default[] = {
fmt.i_chroma,
VLC_CODEC_YUYV,
VLC_CODEC_RGB24,

Loading…
Cancel
Save