Re: [FFmpeg-devel] [PATCH] avcodec/dcadsp: replace intptr_t with ptrdiff_t

2016-02-05 Thread James Almer
On 2/5/2016 5:30 AM, Hendrik Leppkes wrote: > On Sun, Jan 31, 2016 at 9:41 PM, James Almer wrote: >> @@ -67,23 +67,23 @@ typedef struct DCADSPContext { >> int32_t **subband_samples_lo, >> int32_t **subband_samples_hi, >>

Re: [FFmpeg-devel] [PATCH] avcodec/dcadsp: replace intptr_t with ptrdiff_t

2016-02-05 Thread Hendrik Leppkes
On Sun, Jan 31, 2016 at 9:41 PM, James Almer wrote: > This is more consistent with the rest of the codebase > > Signed-off-by: James Almer > --- > libavcodec/dcadsp.c | 46 +++--- > libavcodec/dcadsp.h | 34 +- > 2 files cha

[FFmpeg-devel] [PATCH] avcodec/dcadsp: replace intptr_t with ptrdiff_t

2016-01-31 Thread James Almer
This is more consistent with the rest of the codebase Signed-off-by: James Almer --- libavcodec/dcadsp.c | 46 +++--- libavcodec/dcadsp.h | 34 +- 2 files changed, 40 insertions(+), 40 deletions(-) diff --git a/libavcodec/d

[FFmpeg-devel] [PATCH] avcodec/dcadsp: replace intptr_t with ptrdiff_t

2016-01-31 Thread James Almer
This is more consistent with the rest of the codebase Signed-off-by: James Almer --- libavcodec/dcadsp.c | 46 +++--- libavcodec/dcadsp.h | 34 +- 2 files changed, 40 insertions(+), 40 deletions(-) diff --git a/libavcodec/d