]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ppc/gmc_altivec.c
vp8: change int stride to ptrdiff_t stride.
[ffmpeg] / libavcodec / ppc / gmc_altivec.c
index 0ed70ab83b323482877f385cefb2615f89836b11..965921ab7f3ef47063663182fb790a9278b3460d 100644 (file)
@@ -29,7 +29,7 @@
   altivec-enhanced gmc1. ATM this code assume stride is a multiple of 8,
   to preserve proper dst alignment.
 */
-void gmc1_altivec(uint8_t *dst /* align 8 */, uint8_t *src /* align1 */, int stride, int h, int x16, int y16, int rounder)
+void ff_gmc1_altivec(uint8_t *dst /* align 8 */, uint8_t *src /* align1 */, int stride, int h, int x16, int y16, int rounder)
 {
     const DECLARE_ALIGNED(16, unsigned short, rounder_a) = rounder;
     const DECLARE_ALIGNED(16, unsigned short, ABCD)[8] =