Merge branch 'exp_api_change'

This commit is contained in:
Jean-Marc Valin 2011-01-30 12:15:12 -05:00
commit 665da0ba4d
17 changed files with 512 additions and 77 deletions

View file

@ -312,9 +312,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);