Commit a1957a4d authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/ppc/pixblockdsp: Fix type of get_pixels_vsx()

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 9806cca1
......@@ -230,7 +230,7 @@ static void diff_pixels_altivec(int16_t *restrict block, const uint8_t *s1,
#if HAVE_VSX
static void get_pixels_vsx(int16_t *restrict block, const uint8_t *pixels,
int line_size)
ptrdiff_t line_size)
{
int i;
for (i = 0; i < 8; i++) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment