Commit 267b9479 authored by Michael Niedermayer's avatar Michael Niedermayer

typo

Originally committed as revision 10250 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 06b00c5f
......@@ -45,7 +45,7 @@ void ff_snow_horizontal_compose97i_sse2(IDWTELEM *b, int width){
"pcmpeqd %%xmm3, %%xmm3 \n\t"
"psllw $1, %%xmm3 \n\t"
"paddw %%xmm7, %%xmm3 \n\t"
"psrlw $13, %%xmm3 \n\t"
"psllw $13, %%xmm3 \n\t"
::);
for(; i<w_l-15; i+=16){
asm volatile(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment