make some symbols static

Originally committed as revision 6972 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård
2006-11-11 20:54:48 +00:00
parent 7b0d75fc40
commit 8e981daf2b
8 changed files with 22 additions and 22 deletions

View File

@@ -538,7 +538,7 @@ static void imc_adjust_bit_allocation (IMCContext* q, int summer) {
}
}
void imc_imdct256(IMCContext *q) {
static void imc_imdct256(IMCContext *q) {
int i;
float re, im;