[MPlayer-cvslog] r25785 - trunk/libvo/gl_common.c
reimar
subversion at mplayerhq.hu
Fri Jan 18 19:38:02 CET 2008
Author: reimar
Date: Fri Jan 18 19:38:02 2008
New Revision: 25785
Log:
Remove leftover backslash
Modified:
trunk/libvo/gl_common.c
Modified: trunk/libvo/gl_common.c
==============================================================================
--- trunk/libvo/gl_common.c (original)
+++ trunk/libvo/gl_common.c Fri Jan 18 19:38:02 2008
@@ -763,7 +763,7 @@ static const char *unsharp_filt_template
"TEX a.r, fragment.texcoord[%c], texture[%c], %s;"
"TEX b.r, coord.xyxy, texture[%c], %s;"
"TEX b.g, coord.zwzw, texture[%c], %s;"
- "ADD b.r, b.r, b.g;" \
+ "ADD b.r, b.r, b.g;"
"TEX b.b, coord2.xyxy, texture[%c], %s;"
"TEX b.g, coord2.zwzw, texture[%c], %s;"
"DP3 b, b, {0.25, 0.25, 0.25};"
More information about the MPlayer-cvslog
mailing list