This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Minor AMD64 compilation fix
Originally committed as revision 7907 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Reimar Döffinger
19 years ago
parent
9bc0d3ef3e
commit
392b76ca93
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/i386/dsputil_h264_template_mmx.c
+ 1
- 1
libavcodec/i386/dsputil_h264_template_mmx.c
View File
@@ -285,7 +285,7 @@ static void H264_CHROMA_MC2_TMPL(uint8_t *dst/*align 2*/, uint8_t *src/*align 1*
asm volatile(
"1:\n\t"
"add
l
%4, %1\n\t"
"add %4, %1\n\t"
/* mm1 = A * src[0,1] + B * src[1,2] */
"movq %%mm0, %%mm1\n\t"
"pmaddwd %%mm5, %%mm1\n\t"
Write
Preview
Loading…
Cancel
Save