diff options
author | Måns Rullgård <mans@mansr.com> | 2006-11-11 20:54:48 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2006-11-11 20:54:48 +0000 |
commit | 8e981daf2b0339643be1e2d3003faf6414e752d8 (patch) | |
tree | d9365ec9b6b34b529ef204b78896f6a17f1c9285 /libavcodec/imc.c | |
parent | 7b0d75fc400e97e8aae7c5b02f3b3294e25db09a (diff) | |
download | ffmpeg-8e981daf2b0339643be1e2d3003faf6414e752d8.tar.gz |
make some symbols static
Originally committed as revision 6972 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/imc.c')
-rw-r--r-- | libavcodec/imc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/imc.c b/libavcodec/imc.c index 23c9c0f5b0..d9db73599c 100644 --- a/libavcodec/imc.c +++ b/libavcodec/imc.c @@ -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; |