mirror of https://git.ffmpeg.org/ffmpeg.git
avcodec/x86/diracdsp: cast stride argument
Signed-off-by: Kyosuke Kawakami <kawakami150708@gmail.com> Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
This commit is contained in:
parent
0e5e37d32c
commit
8f683ee417
|
@ -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…
Reference in New Issue