summaryrefslogtreecommitdiffstats
path: root/video/out/gl_video.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/gl_video.h')
-rw-r--r--video/out/gl_video.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/gl_video.h b/video/out/gl_video.h
index e8f8ffa030..443cb76787 100644
--- a/video/out/gl_video.h
+++ b/video/out/gl_video.h
@@ -43,6 +43,7 @@ struct scaler_config {
};
struct gl_video_opts {
+ int dumb_mode;
struct scaler_config scaler[4];
float gamma;
int gamma_auto;
@@ -71,7 +72,6 @@ struct gl_video_opts {
char *scale_shader;
char **pre_shaders;
char **post_shaders;
- int dumb_mode;
};
extern const struct m_sub_options gl_video_conf;