Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/celt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2010-06-28 05:55:08 +0400
committerJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2010-06-28 05:55:08 +0400
commit71ae6d47147ed7b02db4b7025534c69e3e33a18f (patch)
tree75d24b841300ccb67e60b3531a742f33d4b986a4 /libcelt/dump_modes.c
parent3a1006ad2acb3545a0b67f21b7b498618d8fe48f (diff)
Some C90-ication
Diffstat (limited to 'libcelt/dump_modes.c')
-rw-r--r--libcelt/dump_modes.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libcelt/dump_modes.c b/libcelt/dump_modes.c
index 0b83997..86aa796 100644
--- a/libcelt/dump_modes.c
+++ b/libcelt/dump_modes.c
@@ -156,7 +156,6 @@ void dump_modes(FILE *file, CELTMode **modes, int nb_modes)
fprintf(file, "%d,\t/* nbAllocVectors */\n", mode->nbAllocVectors);
fprintf(file, "allocVectors%d_%d,\t/* allocVectors */\n", mode->Fs, mdctSize);
fprintf(file, "NULL,\t/* bits */\n");
- //fprintf(file, "allocCacheTop%d_%d,\t/* _bits */\n", mode->Fs, mode->mdctSize);
fprintf (file, "{ ");
for (k=0;(1<<k>>1)<=mode->nbShortMdcts;k++)
{