Commit b18082ac authored by Francois Cartegnie's avatar Francois Cartegnie

vout: xcb_x11: missing initializer (cid #1049025)

parent 9fc1391b
...@@ -128,7 +128,7 @@ static int Open (vlc_object_t *obj) ...@@ -128,7 +128,7 @@ static int Open (vlc_object_t *obj)
/* Determine our pixel format */ /* Determine our pixel format */
video_format_t fmt_pic; video_format_t fmt_pic;
xcb_visualid_t vid; xcb_visualid_t vid = 0;
sys->depth = 0; sys->depth = 0;
for (const xcb_format_t *fmt = xcb_setup_pixmap_formats (setup), for (const xcb_format_t *fmt = xcb_setup_pixmap_formats (setup),
......
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