summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
Diffstat (limited to 'video')
-rw-r--r--video/out/gl_video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/gl_video.c b/video/out/gl_video.c
index bcab017133..de4506c228 100644
--- a/video/out/gl_video.c
+++ b/video/out/gl_video.c
@@ -1204,7 +1204,7 @@ static void set_image_textures(struct gl_video *p, struct video_image *vimg,
GLuint imgtex[4])
{
GL *gl = p->gl;
- GLuint dummy[4];
+ GLuint dummy[4] = {0};
if (!imgtex)
imgtex = dummy;