mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
twinvq: give massive struct a name.
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
dc7e336cae
commit
89ffd189ef
1 changed files with 1 additions and 1 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue