]> git.sesse.net Git - ffmpeg/commit
vp8: change int stride to ptrdiff_t stride.
authorRonald S. Bultje <rsbultje@gmail.com>
Fri, 2 Mar 2012 05:17:03 +0000 (21:17 -0800)
committerRonald S. Bultje <rsbultje@gmail.com>
Fri, 2 Mar 2012 18:31:50 +0000 (10:31 -0800)
commitbd66f073fe7286bd3c03e608f923577e4768445a
tree10727eb4f2cf9325b96e222d2ffc9e543e6836fe
parent349b7977e408f18cff01ab31dfa66c8249b6584a
vp8: change int stride to ptrdiff_t stride.

On 64bit platforms with 32bit int, this means we won't have to sign-
extend the integer anymore.
libavcodec/arm/vp8dsp_init_arm.c
libavcodec/ppc/vp8dsp_altivec.c
libavcodec/vp8dsp.c
libavcodec/vp8dsp.h
libavcodec/x86/vp8dsp-init.c