Re: [libav-devel] [PATCH 10/14] ea: Change type of array stride parameters to ptrdiff_t

2016-09-29 Thread Martin Storsjö
On Tue, 20 Sep 2016, Diego Biurrun wrote: ptrdiff_t is the correct type for array strides and similar. --- libavcodec/eacmv.c | 4 ++-- libavcodec/eaidct.c | 3 ++- libavcodec/eaidct.h | 3 ++- libavcodec/eamad.c | 4 ++-- libavcodec/eatgq.c | 6 +++--- libavcodec/eatgv.c | 2 +-

[libav-devel] [PATCH 10/14] ea: Change type of array stride parameters to ptrdiff_t

2016-09-20 Thread Diego Biurrun
ptrdiff_t is the correct type for array strides and similar. --- libavcodec/eacmv.c | 4 ++-- libavcodec/eaidct.c | 3 ++- libavcodec/eaidct.h | 3 ++- libavcodec/eamad.c | 4 ++-- libavcodec/eatgq.c | 6 +++--- libavcodec/eatgv.c | 2 +- libavcodec/eatqi.c | 2 +- 7 files changed, 13