summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-18 08:21:24 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-18 08:21:24 +0000
commit1b0eea6b9ec1b2d7a9bc051bd2ffc4a2124f04b4 (patch)
treeea3700e480be98f8bee036cb3e51a53c84d911cd /TOOLS
parente5f74c273e8580afd828ae668a2643ff775ab9b4 (diff)
downloadmpv-1b0eea6b9ec1b2d7a9bc051bd2ffc4a2124f04b4.tar.bz2
mpv-1b0eea6b9ec1b2d7a9bc051bd2ffc4a2124f04b4.tar.xz
10l patch by Jindrich Makovicka <makovick at KMLinux dot fjfi dot cvut dot cz>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7041 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/subfont-c/subfont.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/subfont-c/subfont.c b/TOOLS/subfont-c/subfont.c
index 7c85d829ec..584fe7d7db 100644
--- a/TOOLS/subfont-c/subfont.c
+++ b/TOOLS/subfont-c/subfont.c
@@ -629,7 +629,7 @@ void blur(
unsigned char *s = buffer;
unsigned short *t = tmp2+1;
for(y=0; y<height; y++){
- memset(t, 0, (width+1)*sizeof(short));
+ memset(t-1, 0, (width+1)*sizeof(short));
// for(x=0; x<width+1; x++)
// t[x]= 128;