diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-01-19 14:20:56 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-01-19 14:20:56 +0000 |
commit | ae813d2b37f17b9feef2ec1e7080550fdb63b676 (patch) | |
tree | 62eab1ed6fced5aee3e1ead423f1802690a37a0e /libvo | |
parent | 07c3d346441d21294f98ed49c3042c861f5f6059 (diff) |
Fix a coefficient for lscale=5 OpenGL mode
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25797 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-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;"; |