[FFmpeg-cvslog] twinvq: give massive struct a name.

Ronald S. Bultje git at videolan.org
Thu Jun 21 22:41:01 CEST 2012


ffmpeg | branch: master | Ronald S. Bultje <rsbultje at gmail.com> | Wed Jun 20 10:11:43 2012 -0700| [89ffd189efb3ff53bfaa3e7b3ad4e18d6c9ba03d] | committer: Martin Storsjö

twinvq: give massive struct a name.

Signed-off-by: Martin Storsjö <martin at martin.st>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=89ffd189efb3ff53bfaa3e7b3ad4e18d6c9ba03d
---

 libavcodec/twinvq_data.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/twinvq_data.h b/libavcodec/twinvq_data.h
index 1f1f334..a236127 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];



More information about the ffmpeg-cvslog mailing list