Commit de17ccc7 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '51daafb0'

* commit '51daafb0':
  x86: videodsp: Properly mark sse2 instructions in emulated_edge_mc as such.

Conflicts:
	libavcodec/x86/videodsp_init.c

See: 1b3a7e1fMerged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents a85a718f 51daafb0
...@@ -231,7 +231,8 @@ static av_noinline void emulated_edge_mc_sse2(uint8_t *buf, const uint8_t *src, ...@@ -231,7 +231,8 @@ static av_noinline void emulated_edge_mc_sse2(uint8_t *buf, const uint8_t *src,
ptrdiff_t buf_stride, ptrdiff_t buf_stride,
ptrdiff_t src_stride, ptrdiff_t src_stride,
int block_w, int block_h, int block_w, int block_h,
int src_x, int src_y, int w, int h) int src_x, int src_y, int w,
int h)
{ {
emulated_edge_mc(buf, src, buf_stride, src_stride, block_w, block_h, emulated_edge_mc(buf, src, buf_stride, src_stride, block_w, block_h,
src_x, src_y, w, h, vfixtbl_sse, &ff_emu_edge_vvar_sse, src_x, src_y, w, h, vfixtbl_sse, &ff_emu_edge_vvar_sse,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment