Browse Source

typo

Originally committed as revision 3300 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
tags/v0.5
Michael Niedermayer 24 years ago
parent
commit
e2f5a2a981
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      postproc/swscale_template.c

+ 1
- 1
postproc/swscale_template.c View File

@@ -1298,7 +1298,7 @@ static inline void RENAME(hScale)(int16_t *dst, int dstW, uint8_t *src, int srcW
: "+r" (counter)
: "r" (filter), "m" (filterPos), "m" (dst), "m"(src+filterSize),
"m" (src), "r" (filterSize*2)
: "%ebx", "%eax", "%ecx", "%edx"
: "%ebx", "%eax", "%ecx"
);
}
#else


Loading…
Cancel
Save