Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Unified Diff: source/patched-ffmpeg-mt/libavcodec/x86/vc1dsp_yasm.asm

Issue 3384002: ffmpeg source update for sep 09 (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/ffmpeg/
Patch Set: Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: source/patched-ffmpeg-mt/libavcodec/x86/vc1dsp_yasm.asm
===================================================================
--- source/patched-ffmpeg-mt/libavcodec/x86/vc1dsp_yasm.asm (revision 59334)
+++ source/patched-ffmpeg-mt/libavcodec/x86/vc1dsp_yasm.asm (working copy)
@@ -36,7 +36,7 @@
%endmacro
%macro STORE_4_WORDS_MMX 6
- movd %6, %5
+ movd %6d, %5
%if mmsize==16
psrldq %5, 4
%else
@@ -45,7 +45,7 @@
mov %1, %6w
shr %6, 16
mov %2, %6w
- movd %6, %5
+ movd %6d, %5
mov %3, %6w
shr %6, 16
mov %4, %6w
@@ -88,7 +88,7 @@
pxor m7, m3 ; d_sign ^= a0_sign
pxor m5, m5
- movd m3, r2
+ movd m3, r2d
%if %1 > 4
punpcklbw m3, m3
%endif
« no previous file with comments | « source/patched-ffmpeg-mt/libavcodec/x86/vc1dsp_mmx.c ('k') | source/patched-ffmpeg-mt/libavcodec/x86/vp3dsp.asm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698