summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/video.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-09-23 22:16:36 +0200
committerwm4 <wm4@nowhere>2015-09-23 22:16:36 +0200
commit65ad85790a0adf346066c002574bd9bc6af48066 (patch)
tree5758027f5a495ce1f21030cb5039f5ae05c9fa52 /video/out/opengl/video.h
parent17cd6798a69ca2fea1d7e7df692c71172183731f (diff)
downloadmpv-65ad85790a0adf346066c002574bd9bc6af48066.tar.bz2
mpv-65ad85790a0adf346066c002574bd9bc6af48066.tar.xz
vo_opengl: remove unsued chroma_location field
This was redundant to forcing the value with vf_format, so the vo_opengl sub-option was removed. This field is just a leftover.
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 f18e558951..c8657ff42a 100644
--- a/video/out/opengl/video.h
+++ b/video/out/opengl/video.h
@@ -96,7 +96,6 @@ struct gl_video_opts {
int temporal_dither_period;
int fbo_format;
int alpha_mode;
- int chroma_location;
int use_rectangle;
struct m_color background;
int interpolation;