From 2fc492d8429d5eb2eb00be182c64d2099ab072b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Tue, 23 Feb 2010 03:45:51 +0000 Subject: [PATCH] Declare indeo VLC table storage with correct type Originally committed as revision 21977 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ivi_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/ivi_common.c b/libavcodec/ivi_common.c index 86ca76ed15..5c2ada16b6 100644 --- a/libavcodec/ivi_common.c +++ b/libavcodec/ivi_common.c @@ -92,7 +92,7 @@ int ff_ivi_create_huff_from_desc(const IVIHuffDesc *cb, VLC *vlc, int flag) void ff_ivi_init_static_vlc() { int i; - static VLC table_data[8192 * 16][2]; + static VLC_TYPE table_data[8192 * 16][2]; static int initialized_vlcs = 0; if (initialized_vlcs)