summaryrefslogtreecommitdiffstats
path: root/video/out/gl_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/gl_utils.h')
-rw-r--r--video/out/gl_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/gl_utils.h b/video/out/gl_utils.h
index f03ac07b83..1dfca78858 100644
--- a/video/out/gl_utils.h
+++ b/video/out/gl_utils.h
@@ -74,7 +74,7 @@ struct fbotex {
GLuint texture;
GLenum iformat;
GLenum tex_filter;
- int tex_w, tex_h; // size of .texture
+ int w, h; // size of .texture
};
bool fbotex_init(struct fbotex *fbo, GL *gl, struct mp_log *log, int w, int h,