Declare indeo VLC table storage with correct type
authorMåns Rullgård <mans@mansr.com>
Tue, 23 Feb 2010 03:45:51 +0000 (03:45 +0000)
committerMåns Rullgård <mans@mansr.com>
Tue, 23 Feb 2010 03:45:51 +0000 (03:45 +0000)
Originally committed as revision 21977 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/ivi_common.c

index 86ca76e..5c2ada1 100644 (file)
@@ -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)