ffmpeg | branch: master | Kyosuke Kawakami <[email protected]> | Fri Nov 
15 03:25:33 2024 +0900| [8f683ee41775d5b15367f3b0d8316d894c07736a] | committer: 
Ronald S. Bultje

avcodec/x86/diracdsp: cast stride argument

Signed-off-by: Kyosuke Kawakami <[email protected]>
Signed-off-by: Ronald S. Bultje <[email protected]>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8f683ee41775d5b15367f3b0d8316d894c07736a
---

 libavcodec/x86/diracdsp.asm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/x86/diracdsp.asm b/libavcodec/x86/diracdsp.asm
index 03b929da76..a653fa04de 100644
--- a/libavcodec/x86/diracdsp.asm
+++ b/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

_______________________________________________
ffmpeg-cvslog mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to