summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-01-04 19:04:45 +0100
committerwm4 <wm4@nowhere>2015-01-04 19:04:45 +0100
commitd5e744d4b8a36ece3957c3313bbb6181dd8965ef (patch)
treeb103d8840924eafba5a1efe8a06a34202a44def7 /video
parent36826aebf06cbb9adad44aad356358e6d1c03f01 (diff)
downloadmpv-d5e744d4b8a36ece3957c3313bbb6181dd8965ef.tar.bz2
mpv-d5e744d4b8a36ece3957c3313bbb6181dd8965ef.tar.xz
vo_opengl: remove obsolete comment in shader
Diffstat (limited to 'video')
-rw-r--r--video/out/gl_video_shaders.glsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/gl_video_shaders.glsl b/video/out/gl_video_shaders.glsl
index 86f3c5afb2..1549539d2c 100644
--- a/video/out/gl_video_shaders.glsl
+++ b/video/out/gl_video_shaders.glsl
@@ -246,7 +246,7 @@ float[6] weights6(sampler2D lookup, float f) {
}
#endif
-// For N=n*4 with n>1 (N==4 is covered by weights4()).
+// For N=n*4 with n>1.
#define WEIGHTS_N(NAME, N) \
float[N] NAME(sampler2D lookup, float f) { \
float r[N]; \