Commit 78aa8ba5 authored by michael's avatar michael

remove now wrong comment


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8094 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 82337878
......@@ -290,8 +290,6 @@ static void H264_CHROMA_MC2_TMPL(uint8_t *dst/*align 2*/, uint8_t *src/*align 1*
"psrlw $6, %%mm1\n\t"
"packssdw %%mm7, %%mm1\n\t"
"packuswb %%mm7, %%mm1\n\t"
/* writes garbage to the right of dst.
* ok because partitions are processed from left to right. */
H264_CHROMA_OP4((%0), %%mm1, %%mm3)
"movd %%mm1, %%esi\n\t"
"movw %%si, (%0)\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