[SCM] libav/experimental: fixme note
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:05:43 UTC 2013
The following commit has been merged in the experimental branch:
commit 8510c519e7e2c666f84ba120245bd13790c4e22e
Author: Michael Niedermayer <michaelni at gmx.at>
Date: Mon Aug 20 22:34:42 2007 +0000
fixme note
Originally committed as revision 10157 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/i386/snowdsp_mmx.c b/libavcodec/i386/snowdsp_mmx.c
index 4d40e46..053e4bd 100644
--- a/libavcodec/i386/snowdsp_mmx.c
+++ b/libavcodec/i386/snowdsp_mmx.c
@@ -118,7 +118,7 @@ void ff_snow_horizontal_compose97i_sse2(DWTELEM *b, int width){
"movdqu (%1), %%xmm1 \n\t"
"movdqu 16(%1), %%xmm5 \n\t"
"movdqu 4(%1), %%xmm0 \n\t"
- "movdqu 20(%1), %%xmm4 \n\t"
+ "movdqu 20(%1), %%xmm4 \n\t" //FIXME try aligned reads and shifts
"paddd %%xmm1, %%xmm0 \n\t"
"paddd %%xmm5, %%xmm4 \n\t"
"movdqa %%xmm7, %%xmm1 \n\t"
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list