summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/video.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-10-05 20:35:00 +0200
committerwm4 <wm4@nowhere>2016-10-05 20:35:00 +0200
commit53798b6465718f6746b2a7adf3e68b12d00a6639 (patch)
tree25522ff594d8ba6e20fa60ac3408b7202830d965 /video/out/opengl/video.h
parentd7e587acc93a76950585480cdf0aaafd102dd8b2 (diff)
downloadmpv-53798b6465718f6746b2a7adf3e68b12d00a6639.tar.bz2
mpv-53798b6465718f6746b2a7adf3e68b12d00a6639.tar.xz
vo_opengl: apply --opengl-early-flush in dumb mode too
In "dumb mode" (where most features are disabled and which only performs some basic rendering) we explicitly copy a set of whitelisted options, and leave all the other options at their default values. Add the new --opengl-early-flush option to this whitelist. Also remove an option field accidentally added in the commit adding --opengl-early-flush.
Diffstat (limited to 'video/out/opengl/video.h')
-rw-r--r--video/out/opengl/video.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/out/opengl/video.h b/video/out/opengl/video.h
index e7ece85138..5011af83d1 100644
--- a/video/out/opengl/video.h
+++ b/video/out/opengl/video.h
@@ -133,7 +133,6 @@ struct gl_video_opts {
int tex_pad_x, tex_pad_y;
struct mp_icc_opts *icc_opts;
int early_flush;
- int use_overlay;
};
extern const struct m_sub_options gl_video_conf;