git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
077ea8a
)
typo
author
Michael Niedermayer
<michaelni@gmx.at>
Mon, 3 Dec 2001 22:24:43 +0000
(22:24 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Mon, 3 Dec 2001 22:24:43 +0000
(22:24 +0000)
Originally committed as revision 3300 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
postproc/swscale_template.c
patch
|
blob
|
history
diff --git
a/postproc/swscale_template.c
b/postproc/swscale_template.c
index
20bd8f9
..
c7bb86e
100644
(file)
--- a/
postproc/swscale_template.c
+++ b/
postproc/swscale_template.c
@@
-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