[vlc-devel] commit: XCB-XVideo: compilation fix ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sun Aug 9 10:13:12 CEST 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Aug 9 11:12:58 2009 +0300| [4d748cb87a9c18e77d4912f35adfd33115f65ea6] | committer: Rémi Denis-Courmont
XCB-XVideo: compilation fix
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4d748cb87a9c18e77d4912f35adfd33115f65ea6
---
modules/video_output/xcb/xvideo.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/video_output/xcb/xvideo.c b/modules/video_output/xcb/xvideo.c
index 026d9a7..025f61c 100644
--- a/modules/video_output/xcb/xvideo.c
+++ b/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,
More information about the vlc-devel
mailing list