From 131a85a1fed9966bbd38517f76abfac0237e39dc Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 1 Sep 2016 21:31:22 +0200 Subject: utvideo: Change type of array stride parameters to ptrdiff_t ptrdiff_t is the correct type for array strides and similar. --- libavcodec/utvideo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/utvideo.h') diff --git a/libavcodec/utvideo.h b/libavcodec/utvideo.h index 0035e9c5ce..c7f54145f1 100644 --- a/libavcodec/utvideo.h +++ b/libavcodec/utvideo.h @@ -77,7 +77,7 @@ typedef struct UtvideoContext { int interlaced; int frame_pred; - int slice_stride; + ptrdiff_t slice_stride; uint8_t *slice_bits, *slice_buffer[4]; int slice_bits_size; } UtvideoContext; -- cgit v1.2.3