]> granicus.if.org Git - libx264/commitdiff
update x264_hpel_filter_altivec's prototype to match the one of the C version.
authorGuillaume Poirier <gpoirier@mplayerhq.hu>
Wed, 14 Jan 2009 20:56:31 +0000 (21:56 +0100)
committerGuillaume Poirier <gpoirier@mplayerhq.hu>
Wed, 14 Jan 2009 20:56:31 +0000 (21:56 +0100)
It changed in commit 045ae4045a1827555b3eaab4fbf3c9809e98c58f (factorization of mallocs)
(NB: Altivec implementation wasn't allocating and writing to any scratch memory.)

common/ppc/mc.c

index 471f14107e12cb6df8dbfbfcaca431e2a90eee09..81d5c5f35bdaf1f907ed0eef5e32e0548ab26050 100644 (file)
@@ -541,7 +541,7 @@ static void mc_chroma_altivec( uint8_t *dst, int i_dst_stride,
 }
 
 void x264_hpel_filter_altivec( uint8_t *dsth, uint8_t *dstv, uint8_t *dstc, uint8_t *src,
-                               int i_stride, int i_width, int i_height )
+                               int i_stride, int i_width, int i_height, int16_t *buf )
 {
     int x, y;