mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-01 21:48:15 +08:00
fix a warning
Originally committed as revision 6575 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -27,6 +27,10 @@
|
|||||||
|
|
||||||
extern int has_altivec(void);
|
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)
|
// used to build registers permutation vectors (vcprm)
|
||||||
// the 's' are for words in the _s_econd vector
|
// the 's' are for words in the _s_econd vector
|
||||||
#define WORD_0 0x00,0x01,0x02,0x03
|
#define WORD_0 0x00,0x01,0x02,0x03
|
||||||
|
Reference in New Issue
Block a user