Fix a coefficient for lscale=5 OpenGL mode

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25797 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2008-01-19 14:20:56 +00:00
parent 07c3d34644
commit ae813d2b37
1 changed files with 1 additions and 1 deletions

View File

@ -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;";