diff --git a/src/video_display/gl.cpp b/src/video_display/gl.cpp index ecd923ddc..ad20d5e23 100644 --- a/src/video_display/gl.cpp +++ b/src/video_display/gl.cpp @@ -405,7 +405,7 @@ struct state_gl { #ifdef HWACC_VDPAU struct state_vdpau vdp; #endif - bool vdp_interop; + bool vdp_interop = false; vector scratchpad; ///< scratchpad sized WxHx8 state_gl(struct module *parent) {