Adding the auto-generated static modes for float and fixed
This commit is contained in:
parent
17cab431db
commit
d9e4b1d72c
4 changed files with 262 additions and 6 deletions
|
@ -307,9 +307,9 @@ int main(int argc, char **argv)
|
|||
file = fopen(BASENAME ".c", "w");
|
||||
dump_modes(file, m, nb);
|
||||
fclose(file);
|
||||
file = fopen(BASENAME ".h", "w");
|
||||
/*file = fopen(BASENAME ".h", "w");
|
||||
dump_header(file, m, nb);
|
||||
fclose(file);
|
||||
fclose(file);*/
|
||||
for (i=0;i<nb;i++)
|
||||
celt_mode_destroy(m[i]);
|
||||
free(m);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue