OSDN Git Service

fix a warning
authorLuca Barbato <lu_zero@gentoo.org>
Sat, 7 Oct 2006 11:46:35 +0000 (11:46 +0000)
committerLuca Barbato <lu_zero@gentoo.org>
Sat, 7 Oct 2006 11:46:35 +0000 (11:46 +0000)
Originally committed as revision 6575 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/ppc/dsputil_altivec.h

index 39ef2c9..3637685 100644 (file)
 
 extern int has_altivec(void);
 
+void put_pixels16_altivec(uint8_t *block, const uint8_t *pixels, int line_size, int h);
+
+void avg_pixels16_altivec(uint8_t *block, const uint8_t *pixels, int line_size, int h);
+
 // used to build registers permutation vectors (vcprm)
 // the 's' are for words in the _s_econd vector
 #define WORD_0 0x00,0x01,0x02,0x03