]> git.sesse.net Git - ffmpeg/commit
vp56: Change type of stride parameters to ptrdiff_t
authorDiego Biurrun <diego@biurrun.de>
Tue, 23 Aug 2016 21:23:45 +0000 (23:23 +0200)
committerDiego Biurrun <diego@biurrun.de>
Fri, 26 Aug 2016 09:36:26 +0000 (11:36 +0200)
commitd9d26a3674f31f482f54e936fcb382160830877a
tree027c2a1b7b9258c64f255b37a1ca00889388caf6
parent6892df9294d93322d43255ada299507465bc93c8
vp56: Change type of stride parameters to ptrdiff_t

This avoids SIMD-optimized functions having to sign-extend their
line size argument manually to be able to do pointer arithmetic.
libavcodec/arm/vp6dsp_init_arm.c
libavcodec/vp56.h
libavcodec/vp56dsp.c
libavcodec/vp56dsp.h
libavcodec/vp6.c
libavcodec/vp6dsp.c
libavcodec/x86/vp6dsp.asm
libavcodec/x86/vp6dsp_init.c