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

2016-09-07 Thread Luca Barbato
On 06/09/16 18:11, Diego Biurrun wrote: > ptrdiff_t is the correct type for array strides and similar. > --- > libavcodec/hapenc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/hapenc.c b/libavcodec/hapenc.c > index 9ebad4a..c05e1c8 100644 > ---

[libav-devel] [PATCH 09/15] hapenc: 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/hapenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/hapenc.c b/libavcodec/hapenc.c index 9ebad4a..c05e1c8 100644 --- a/libavcodec/hapenc.c +++ b/libavcodec/hapenc.c @@ -61,7 +61,7 @@