Commit 9e48c8df authored by michael's avatar michael

typo


git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@3300 b3059339-0415-0410-9bf9-f77b7e298cf2
parent b7468990
...@@ -1298,7 +1298,7 @@ static inline void RENAME(hScale)(int16_t *dst, int dstW, uint8_t *src, int srcW ...@@ -1298,7 +1298,7 @@ static inline void RENAME(hScale)(int16_t *dst, int dstW, uint8_t *src, int srcW
: "+r" (counter) : "+r" (counter)
: "r" (filter), "m" (filterPos), "m" (dst), "m"(src+filterSize), : "r" (filter), "m" (filterPos), "m" (dst), "m"(src+filterSize),
"m" (src), "r" (filterSize*2) "m" (src), "r" (filterSize*2)
: "%ebx", "%eax", "%ecx", "%edx" : "%ebx", "%eax", "%ecx"
); );
} }
#else #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