Re: [libav-devel] [PATCH 2/2] Use ptrdiff_t instead of int for intra pred stride function parameter.

2012-10-29 Thread Diego Biurrun
On Sun, Oct 28, 2012 at 08:44:54PM -0700, Ronald S. Bultje wrote: From: Ronald S. Bultje rsbul...@gmail.com --- libavcodec/arm/h264pred_init_arm.c | 36 +++--- libavcodec/h264pred.c| 79 libavcodec/h264pred.h| 18 +--

Re: [libav-devel] [PATCH 2/2] Use ptrdiff_t instead of int for intra pred stride function parameter.

2012-10-29 Thread Ronald S. Bultje
Hi, On Mon, Oct 29, 2012 at 7:53 AM, Diego Biurrun di...@biurrun.de wrote: On Sun, Oct 28, 2012 at 08:44:54PM -0700, Ronald S. Bultje wrote: From: Ronald S. Bultje rsbul...@gmail.com --- libavcodec/arm/h264pred_init_arm.c | 36 +++--- libavcodec/h264pred.c| 79

Re: [libav-devel] [PATCH 2/2] Use ptrdiff_t instead of int for intra pred stride function parameter.

2012-10-29 Thread Diego Biurrun
On Mon, Oct 29, 2012 at 08:06:31AM -0700, Ronald S. Bultje wrote: On Mon, Oct 29, 2012 at 7:53 AM, Diego Biurrun di...@biurrun.de wrote: On Sun, Oct 28, 2012 at 08:44:54PM -0700, Ronald S. Bultje wrote: From: Ronald S. Bultje rsbul...@gmail.com --- libavcodec/arm/h264pred_init_arm.c

[libav-devel] [PATCH 2/2] Use ptrdiff_t instead of int for intra pred stride function parameter.

2012-10-28 Thread Ronald S. Bultje
From: Ronald S. Bultje rsbul...@gmail.com --- libavcodec/arm/h264pred_init_arm.c | 36 +++--- libavcodec/h264pred.c| 79 libavcodec/h264pred.h| 18 +-- libavcodec/h264pred_template.c | 233 +--