avcodec/x86/diracdsp: cast stride argument

Signed-off-by: Kyosuke Kawakami <kawakami150708@gmail.com>
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
pull/391/head
Kyosuke Kawakami 2 months ago committed by Ronald S. Bultje
parent 0e5e37d32c
commit 8f683ee417
  1. 1
      libavcodec/x86/diracdsp.asm

@ -218,6 +218,7 @@ cglobal add_rect_clamped_%1, 7,9,3, dst, src, stride, idwt, idwt_stride, w, h
; void add_obmc(uint16_t *dst, uint8_t *src, int stride, uint8_t *obmc_weight, int yblen)
cglobal add_dirac_obmc%1_%2, 5,5,5, dst, src, stride, obmc, yblen
pxor m4, m4
movsxdifnidn strideq, strided
.loop:
%assign i 0
%rep %1 / mmsize

Loading…
Cancel
Save