[MPlayer-cvslog] r25797 - trunk/libvo/gl_common.c

reimar subversion at mplayerhq.hu
Sat Jan 19 15:20:57 CET 2008


Author: reimar
Date: Sat Jan 19 15:20:56 2008
New Revision: 25797

Log:
Fix a coefficient for lscale=5 OpenGL mode


Modified:
   trunk/libvo/gl_common.c

Modified: trunk/libvo/gl_common.c
==============================================================================
--- trunk/libvo/gl_common.c	(original)
+++ trunk/libvo/gl_common.c	Sat Jan 19 15:20:56 2008
@@ -790,7 +790,7 @@ static const char *unsharp_filt_template
   "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;";
 



More information about the MPlayer-cvslog mailing list