summaryrefslogtreecommitdiffstats
path: root/video/out/gl_video.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-04-11 19:16:34 +0200
committerwm4 <wm4@nowhere>2015-04-11 19:22:10 +0200
commit2b679020f7b7ba957f92bcaabacf38d50b856810 (patch)
tree0cfbbb9dfda354d08730e26b090397dd469d0de9 /video/out/gl_video.h
parent3bfdc20aa109ba191fd091daeaf9a0d380e71df9 (diff)
downloadmpv-2b679020f7b7ba957f92bcaabacf38d50b856810.tar.bz2
mpv-2b679020f7b7ba957f92bcaabacf38d50b856810.tar.xz
vo_opengl: unify blend-subtitles-res and blend-subtitles
Diffstat (limited to 'video/out/gl_video.h')
-rw-r--r--video/out/gl_video.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/out/gl_video.h b/video/out/gl_video.h
index a757d99cc9..30647153b5 100644
--- a/video/out/gl_video.h
+++ b/video/out/gl_video.h
@@ -66,7 +66,6 @@ struct gl_video_opts {
struct m_color background;
int interpolation;
int blend_subs;
- int blend_subs_res;
};
extern const struct m_sub_options gl_video_conf;