summaryrefslogtreecommitdiff
path: root/libavcodec/i386/dsputil_mmx_avg.h
diff options
context:
space:
mode:
authorNick Kurshev <nickols_k@mail.ru>2001-07-30 09:04:34 +0000
committerNick Kurshev <nickols_k@mail.ru>2001-07-30 09:04:34 +0000
commita9b3f63084e59715da3a1dd5b365a2638aa54a1e (patch)
tree8ef3b4c9b514609ef68105dfcdf0e0ad0d519791 /libavcodec/i386/dsputil_mmx_avg.h
parent3bb4e23a8aa15fc93b91b92d8c6437358fd71113 (diff)
Sync with mplayer's stuff
Originally committed as revision 14 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/i386/dsputil_mmx_avg.h')
-rw-r--r--libavcodec/i386/dsputil_mmx_avg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/i386/dsputil_mmx_avg.h b/libavcodec/i386/dsputil_mmx_avg.h
index 99e806a714..5cd640f713 100644
--- a/libavcodec/i386/dsputil_mmx_avg.h
+++ b/libavcodec/i386/dsputil_mmx_avg.h
@@ -243,7 +243,7 @@ static void DEF(avg_pixels_xy2)( UINT8 *block, const UINT8 *pixels, int line_si
__asm __volatile(
"pxor %%mm7, %%mm7\n\t"
"movq %0, %%mm6\n\t"
- ::"m"(mm_wtwo[0]):"memory");
+ ::"m"(mm_wtwo):"memory");
do {
__asm __volatile(
"movq %1, %%mm0\n\t"