summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/opengl/utils.h')
-rw-r--r--video/out/opengl/utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/opengl/utils.h b/video/out/opengl/utils.h
index 92b1005c39..c55670b8d6 100644
--- a/video/out/opengl/utils.h
+++ b/video/out/opengl/utils.h
@@ -188,7 +188,7 @@ struct mp_pass_perf gl_timer_measure(struct gl_timer *timer);
struct gl_pbo_upload {
GL *gl;
int index;
- GLuint buffers[NUM_PBO_BUFFERS];
+ GLuint buffer;
size_t buffer_size;
};