Commit 37961ba9 authored by michael's avatar michael

typo


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10230 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 701336bc
......@@ -295,7 +295,7 @@ void ff_snow_horizontal_compose97i_mmx(IDWTELEM *b, int width){
i = 1;
b[0] = b[0] + (((2 * ref[1] + W_BO) + 4 * b[0]) >> W_BS);
asm volatile(
"psllw $13, %%mm7 \n\t"
"psllw $14, %%mm7 \n\t"
"pcmpeqw %%mm6, %%mm6 \n\t"
"psrlw $13, %%mm6 \n\t"
"paddw %%mm7, %%mm6 \n\t"
......
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