[FFmpeg-cvslog] r13027 - trunk/libavcodec/nellymoserdec.c
diego
subversion
Thu May 1 17:20:57 CEST 2008
Author: diego
Date: Thu May 1 17:20:57 2008
New Revision: 13027
Log:
Mark symbol as static, patch by Diego 'Flameeyes' Petten?, flameeyes gmail com.
Modified:
trunk/libavcodec/nellymoserdec.c
Modified: trunk/libavcodec/nellymoserdec.c
==============================================================================
--- trunk/libavcodec/nellymoserdec.c (original)
+++ trunk/libavcodec/nellymoserdec.c Thu May 1 17:20:57 2008
@@ -264,7 +264,9 @@ static void get_sample_bits(const float
}
}
-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;
float buf[NELLY_FILL_LEN], pows[NELLY_FILL_LEN];
More information about the ffmpeg-cvslog
mailing list