[x264-devel] commit: update x264_hpel_filter_altivec' s prototype to match the one of the C version. (Guillaume Poirier )

git version control git at videolan.org
Wed Jan 14 21:59:25 CET 2009


x264 | branch: master | Guillaume Poirier <gpoirier at mplayerhq.hu> | Wed Jan 14 21:56:31 2009 +0100| [56e91836a12f1b119fb4aae43182f2fc012f1eca] | committer: Guillaume Poirier 

update x264_hpel_filter_altivec's prototype to match the one of the C version.
It changed in commit 045ae4045a1827555b3eaab4fbf3c9809e98c58f (factorization of mallocs)
(NB: Altivec implementation wasn't allocating and writing to any scratch memory.)

> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=56e91836a12f1b119fb4aae43182f2fc012f1eca
---

 common/ppc/mc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/common/ppc/mc.c b/common/ppc/mc.c
index 471f141..81d5c5f 100644
--- a/common/ppc/mc.c
+++ b/common/ppc/mc.c
@@ -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;
 



More information about the x264-devel mailing list