mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
Mark symbol as static, patch by Diego 'Flameeyes' Pettenò, flameeyes gmail com.
Originally committed as revision 13027 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
580a6c57a3
commit
53e85f5fa4
@ -264,7 +264,9 @@ static void get_sample_bits(const float *buf, int *bits)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void nelly_decode_block(NellyMoserDecodeContext *s, const unsigned char block[NELLY_BLOCK_LEN], float audio[NELLY_SAMPLES])
|
static void nelly_decode_block(NellyMoserDecodeContext *s,
|
||||||
|
const unsigned char block[NELLY_BLOCK_LEN],
|
||||||
|
float audio[NELLY_SAMPLES])
|
||||||
{
|
{
|
||||||
int i,j;
|
int i,j;
|
||||||
float buf[NELLY_FILL_LEN], pows[NELLY_FILL_LEN];
|
float buf[NELLY_FILL_LEN], pows[NELLY_FILL_LEN];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user