summaryrefslogtreecommitdiff
path: root/libavcodec/imc.c
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2006-11-11 20:54:48 +0000
committerMåns Rullgård <mans@mansr.com>2006-11-11 20:54:48 +0000
commit8e981daf2b0339643be1e2d3003faf6414e752d8 (patch)
treed9365ec9b6b34b529ef204b78896f6a17f1c9285 /libavcodec/imc.c
parent7b0d75fc400e97e8aae7c5b02f3b3294e25db09a (diff)
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.c2
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;