From 89ffd189efb3ff53bfaa3e7b3ad4e18d6c9ba03d Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Wed, 20 Jun 2012 10:11:43 -0700 Subject: twinvq: give massive struct a name. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Storsjö --- libavcodec/twinvq_data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/twinvq_data.h') diff --git a/libavcodec/twinvq_data.h b/libavcodec/twinvq_data.h index 1f1f33408e..a23612708c 100644 --- a/libavcodec/twinvq_data.h +++ b/libavcodec/twinvq_data.h @@ -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]; -- cgit v1.2.3