Commit 68f7bc2b authored by Laurent Aimar's avatar Laurent Aimar

Fixed an uninitialized value in opengl.

parent 2d653399
......@@ -210,6 +210,7 @@ static int Init( vout_thread_t *p_vout )
p_sys->gl.sys = p_sys->p_vout;
video_format_t fmt;
video_format_Init( &fmt, 0 );
video_format_Setup( &fmt,
p_vout->render.i_chroma,
p_vout->render.i_width,
......
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