mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
10l
Originally committed as revision 5201 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
fdd3057981
commit
5e6a5c4daf
@ -376,7 +376,7 @@ static void H264_CHROMA_MC2_TMPL(uint8_t *dst/*align 2*/, uint8_t *src/*align 1*
|
|||||||
* ok because partitions are processed from left to right. */
|
* ok because partitions are processed from left to right. */
|
||||||
H264_CHROMA_OP4(%0, %%mm1, %%mm3)
|
H264_CHROMA_OP4(%0, %%mm1, %%mm3)
|
||||||
"movd %%mm1, %0\n\t"
|
"movd %%mm1, %0\n\t"
|
||||||
: "=m" (dst[0]) : "m" (ff_pw_32) : "eax");
|
: "=m" (dst[0]) : "m" (ff_pw_32));
|
||||||
dst += stride;
|
dst += stride;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user