Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
ffmpeg
Commits
392b76ca
Commit
392b76ca
authored
Feb 10, 2007
by
Reimar Döffinger
Browse files
Minor AMD64 compilation fix
Originally committed as revision 7907 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
9bc0d3ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
libavcodec/i386/dsputil_h264_template_mmx.c
libavcodec/i386/dsputil_h264_template_mmx.c
+1
-1
No files found.
libavcodec/i386/dsputil_h264_template_mmx.c
View file @
392b76ca
...
...
@@ -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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment