diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-04-14 09:58:16 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-04-14 09:58:16 +0000 |
commit | 7db52b63da7d4117906cdfedc49e577ad7615f71 (patch) | |
tree | 9992eb37946266f18de0159f589bb0a0af2d769e /libavcodec/i386 | |
parent | 7d6e42792d402e211ad3eecff62ea952fb62b20c (diff) | |
download | ffmpeg-7db52b63da7d4117906cdfedc49e577ad7615f71.tar.gz |
10l (hadamard fix)
Originally committed as revision 1771 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/i386')
-rw-r--r-- | libavcodec/i386/dsputil_mmx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/i386/dsputil_mmx.c b/libavcodec/i386/dsputil_mmx.c index d5a2d37348..74836387a6 100644 --- a/libavcodec/i386/dsputil_mmx.c +++ b/libavcodec/i386/dsputil_mmx.c @@ -589,7 +589,7 @@ static void diff_bytes_mmx(uint8_t *dst, uint8_t *src1, uint8_t *src2, int w){ "paddw " #b1 ", " #b1 " \n\t"\ "paddw " #b2 ", " #b2 " \n\t"\ "psubw " #a1 ", " #b1 " \n\t"\ - "psubw " #a2 ", " #b1 " \n\t" + "psubw " #a2 ", " #b2 " \n\t" #define HADAMARD48\ LBUTTERFLY2(%%mm0, %%mm1, %%mm2, %%mm3)\ |