mirror of https://git.ffmpeg.org/ffmpeg.git
twinvq: give massive struct a name.
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
dc7e336cae
commit
89ffd189ef
|
@ -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…
Reference in New Issue