diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2001-12-03 22:24:43 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2001-12-03 22:24:43 +0000 |
commit | e2f5a2a9810832fc4ee9ac77f429e1da3242a609 (patch) | |
tree | 61a96fd0c2ee9970da9882f15183ad99e4ed36bc /postproc/swscale_template.c | |
parent | 077ea8a7f462b132765adfdcf53b898a6034d99b (diff) | |
download | ffmpeg-streaming-e2f5a2a9810832fc4ee9ac77f429e1da3242a609.zip ffmpeg-streaming-e2f5a2a9810832fc4ee9ac77f429e1da3242a609.tar.gz |
typo
Originally committed as revision 3300 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Diffstat (limited to 'postproc/swscale_template.c')
-rw-r--r-- | postproc/swscale_template.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postproc/swscale_template.c b/postproc/swscale_template.c index 20bd8f9..c7bb86e 100644 --- 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 |