Re: [libav-devel] [PATCH 01/15] error_resilience: Change type of array stride parameters to ptrdiff_t

2016-09-06 Thread Luca Barbato
On 06/09/16 18:11, Diego Biurrun wrote: > ptrdiff_t is the correct type for array strides and similar. > --- > libavcodec/error_resilience.c | 21 - > libavcodec/error_resilience.h | 4 ++-- > 2 files changed, 14 insertions(+), 11 deletions(-) > Seems OK. lu

[libav-devel] [PATCH 01/15] error_resilience: Change type of array stride parameters to ptrdiff_t

2016-09-06 Thread Diego Biurrun
ptrdiff_t is the correct type for array strides and similar. --- libavcodec/error_resilience.c | 21 - libavcodec/error_resilience.h | 4 ++-- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/libavcodec/error_resilience.c b/libavcodec/error_resilience.c index