diff options
-rw-r--r-- | libvo/gl_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/gl_common.c b/libvo/gl_common.c index 6db6e56177..57d73588bc 100644 --- a/libvo/gl_common.c +++ b/libvo/gl_common.c @@ -790,7 +790,7 @@ static const char *unsharp_filt_template2 = "ADD b.r, b.r, b.g;" "TEX b.b, coord2.xyxy, texture[%c], %s;" "TEX b.g, coord2.zwzw, texture[%c], %s;" - "DP4 b.r, b, {-0.1171875, -0.1171875, -0.1171875, -0.01953125};" + "DP4 b.r, b, {-0.1171875, -0.1171875, -0.1171875, -0.09765625};" "MAD b.r, a.r, {0.859375}, b.r;" "MAD yuv.%c, b.r, %s, a.r;"; |