From 15b4f494fc6bddb8178fdb5aed18b420efc75e22 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 8 Sep 2016 16:03:46 +0200 Subject: mss*: Change type of array stride parameters to ptrdiff_t ptrdiff_t is the correct type for array strides and similar. --- libavcodec/mss4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/mss4.c') diff --git a/libavcodec/mss4.c b/libavcodec/mss4.c index a953a5759d..073e0e2da0 100644 --- a/libavcodec/mss4.c +++ b/libavcodec/mss4.c @@ -136,7 +136,7 @@ typedef struct MSS4Context { uint16_t quant_mat[2][64]; int *prev_dc[3]; - int dc_stride[3]; + ptrdiff_t dc_stride[3]; int dc_cache[4][4]; int prev_vec[3][4]; -- cgit v1.2.3