summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/video.h
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.xyz>2016-09-02 00:08:43 +0200
committerwm4 <wm4@nowhere>2016-09-02 09:29:16 +0200
commitce05413a87ee24e706bf3cc044bf7eec422d034a (patch)
tree298af065368594cd736221aa30fe1e7f361ecebe /video/out/opengl/video.h
parent453fea87fa8e048b0b49eb7996c929792d7bfb40 (diff)
downloadmpv-ce05413a87ee24e706bf3cc044bf7eec422d034a.tar.bz2
mpv-ce05413a87ee24e706bf3cc044bf7eec422d034a.tar.xz
vo_opengl: remove pre/post/scale-shaders
Deprecated in favor of user-shaders, which are functionally equivalent but superior. (Except in the case of scaler-shader, which has no direct replacement, but it turned out to be a very unpopular feature either way - most custom scalers don't fit into the mpv kernel infrastructure and are therefore implemented as user shaders either way) Signed-off-by: wm4 <wm4@nowhere>
Diffstat (limited to 'video/out/opengl/video.h')
-rw-r--r--video/out/opengl/video.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/video/out/opengl/video.h b/video/out/opengl/video.h
index 140a4682c8..29300c3312 100644
--- a/video/out/opengl/video.h
+++ b/video/out/opengl/video.h
@@ -130,9 +130,6 @@ struct gl_video_opts {
int interpolation;
float interpolation_threshold;
int blend_subs;
- char *scale_shader;
- char **pre_shaders;
- char **post_shaders;
char **user_shaders;
int deband;
struct deband_opts *deband_opts;