]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/eamad.c
Merge commit 'd32571626a2c36c026b7fa13d19ac4ed1aad75c9'
[ffmpeg] / libavcodec / eamad.c
index bb0f0053ff3a33b03b1110e674fe1c986b2c0d8f..23b1a3c94485fe2ac490453cf4ae8886a5017e52 100644 (file)
@@ -80,8 +80,8 @@ static av_cold int decode_init(AVCodecContext *avctx)
     return 0;
 }
 
-static inline void comp(unsigned char *dst, int dst_stride,
-                        unsigned char *src, int src_stride, int add)
+static inline void comp(unsigned char *dst, ptrdiff_t dst_stride,
+                        unsigned char *src, ptrdiff_t src_stride, int add)
 {
     int j, i;
     for (j=0; j<8; j++)