0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

vo_opengl: remove obsolete comment in shader

This commit is contained in:
wm4 2015-01-04 19:04:45 +01:00
parent 36826aebf0
commit d5e744d4b8

View File

@ -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]; \