Skip to content
Snippets Groups Projects
Commit d9e4b1d7 authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

Adding the auto-generated static modes for float and fixed

parent 17cab431
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
......@@ -45,10 +45,6 @@
#define CELT_BITSTREAM_VERSION 0x8000000f
#ifdef STATIC_MODES
#include "static_modes.h"
#endif
#define MAX_PERIOD 1024
#ifndef CHANNELS
......
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment