Commit 89ffd189 authored by Ronald S. Bultje's avatar Ronald S. Bultje Committed by Martin Storsjö

twinvq: give massive struct a name.

Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent dc7e336c
......@@ -135,7 +135,7 @@ static const uint16_t bark_tab_s44_128[] = {
*
* without risking a segfault on malformed files.
*/
static const struct {
static const struct twinvq_data {
float lsp08[504];
int16_t fcb08l[640];
int16_t fcb08m[320];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment