mirror of
https://github.com/xiph/opus.git
synced 2025-06-03 00:57:43 +00:00
Some C90-ication
This commit is contained in:
parent
3a1006ad2a
commit
71ae6d4714
3 changed files with 1 additions and 28 deletions
|
@ -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++)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue