summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/video.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/opengl/video.h')
-rw-r--r--video/out/opengl/video.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/opengl/video.h b/video/out/opengl/video.h
index 9c76c4a454..f2fe5e4423 100644
--- a/video/out/opengl/video.h
+++ b/video/out/opengl/video.h
@@ -130,6 +130,7 @@ struct gl_video_opts {
int deband;
struct deband_opts *deband_opts;
float unsharp;
+ int tex_pad_x, tex_pad_y;
struct mp_icc_opts *icc_opts;
};