mirror of
https://github.com/mpv-player/mpv
synced 2025-02-20 23:07:02 +00:00
Remove leftover backslash
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25785 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
3521950ba9
commit
932f9595bb
@ -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};"
|
||||
|
Loading…
Reference in New Issue
Block a user