summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/video.h
diff options
context:
space:
mode:
authorBin Jin <bjin1990@gmail.com>2015-10-24 14:28:40 +0000
committerwm4 <wm4@nowhere>2015-10-24 17:11:02 +0200
commit17b4fb02b3b88113ee716a00f83a489321090709 (patch)
treef218ca7c8f891ca86c1efebbba286007a7b4f4ff /video/out/opengl/video.h
parent252dcdcc999115f52dc11b0fcf41367a54df8eab (diff)
downloadmpv-17b4fb02b3b88113ee716a00f83a489321090709.tar.bz2
mpv-17b4fb02b3b88113ee716a00f83a489321090709.tar.xz
vo_opengl: remove source shader leftover
The source shader was removed after deband was introduced.
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 c5aa6c4913..2d9e9abfca 100644
--- a/video/out/opengl/video.h
+++ b/video/out/opengl/video.h
@@ -92,7 +92,6 @@ struct gl_video_opts {
struct m_color background;
int interpolation;
int blend_subs;
- char *source_shader;
char *scale_shader;
char **pre_shaders;
char **post_shaders;