summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/hwdec_vaegl.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/opengl/hwdec_vaegl.c')
-rw-r--r--video/out/opengl/hwdec_vaegl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/video/out/opengl/hwdec_vaegl.c b/video/out/opengl/hwdec_vaegl.c
index 33d8972b0a..ff04c1a065 100644
--- a/video/out/opengl/hwdec_vaegl.c
+++ b/video/out/opengl/hwdec_vaegl.c
@@ -109,8 +109,7 @@ static int create(struct gl_hwdec *hw)
struct priv *p = talloc_zero(hw, struct priv);
hw->priv = p;
- for (int n = 0; n < 4; n++)
- p->current_image.buf = p->current_image.image_id = VA_INVALID_ID;
+ p->current_image.buf = p->current_image.image_id = VA_INVALID_ID;
p->log = hw->log;
p->xdisplay = x11disp;
p->display = vaGetDisplay(x11disp);