Skip to content
Snippets Groups Projects
Commit 89ffd189 authored by Ronald S. Bultje's avatar Ronald S. Bultje Committed by Martin Storsjö
Browse files

twinvq: give massive struct a name.

parent dc7e336c
No related branches found
No related tags found
No related merge requests found
...@@ -135,7 +135,7 @@ static const uint16_t bark_tab_s44_128[] = { ...@@ -135,7 +135,7 @@ static const uint16_t bark_tab_s44_128[] = {
* *
* without risking a segfault on malformed files. * without risking a segfault on malformed files.
*/ */
static const struct { static const struct twinvq_data {
float lsp08[504]; float lsp08[504];
int16_t fcb08l[640]; int16_t fcb08l[640];
int16_t fcb08m[320]; int16_t fcb08m[320];
......
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