mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
typo
Originally committed as revision 3300 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
This commit is contained in:
parent
077ea8a7f4
commit
e2f5a2a981
@ -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…
Reference in New Issue
Block a user