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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/video/out/opengl/video.h b/video/out/opengl/video.h
index 2d9e9abfca..0ed7b7cb41 100644
--- a/video/out/opengl/video.h
+++ b/video/out/opengl/video.h
@@ -98,6 +98,10 @@ struct gl_video_opts {
int deband;
struct deband_opts *deband_opts;
float unsharp;
+ int prescale;
+ int prescale_passes;
+ float prescale_downscaling_threshold;
+ struct superxbr_opts *superxbr_opts;
};
extern const struct m_sub_options gl_video_conf;