Commit e2f5a2a9 authored by Michael Niedermayer's avatar Michael Niedermayer

typo

Originally committed as revision 3300 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
parent 077ea8a7
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment