mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Missing static in float_to_int16_altivec declaration
Originally committed as revision 14967 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f1588ed525
commit
9ac78726b8
@ -160,7 +160,7 @@ float_to_int16_one_altivec(const float *src)
|
||||
return vec_packs(t0,t1);
|
||||
}
|
||||
|
||||
void float_to_int16_altivec(int16_t *dst, const float *src, int len)
|
||||
static void float_to_int16_altivec(int16_t *dst, const float *src, int len)
|
||||
{
|
||||
int i;
|
||||
vector signed short d0, d1, d;
|
||||
|
Loading…
Reference in New Issue
Block a user