mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-06 22:25:36 +01:00
make some symbols static
Originally committed as revision 6972 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user