diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-02-23 14:29:59 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-02-23 14:29:59 +0000 |
commit | af2651626133c84e782860bc9db846c27800f464 (patch) | |
tree | 62b8fc82734dcbb7f854eec4ed72ee9aacb02db2 /libavcodec | |
parent | 61240ae5569c9f53a87c2fed9b0985959455f13c (diff) | |
download | ffmpeg-af2651626133c84e782860bc9db846c27800f464.tar.gz |
remove now wrong comment
Originally committed as revision 8094 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/i386/dsputil_h264_template_mmx.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/i386/dsputil_h264_template_mmx.c b/libavcodec/i386/dsputil_h264_template_mmx.c index 48cb480228..75d2b0b19e 100644 --- a/libavcodec/i386/dsputil_h264_template_mmx.c +++ b/libavcodec/i386/dsputil_h264_template_mmx.c @@ -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" |