[FFmpeg-cvslog] r21977 - trunk/libavcodec/ivi_common.c

mru subversion
Tue Feb 23 04:45:52 CET 2010


Author: mru
Date: Tue Feb 23 04:45:51 2010
New Revision: 21977

Log:
Declare indeo VLC table storage with correct type

Modified:
   trunk/libavcodec/ivi_common.c

Modified: trunk/libavcodec/ivi_common.c
==============================================================================
--- trunk/libavcodec/ivi_common.c	Tue Feb 23 02:08:54 2010	(r21976)
+++ trunk/libavcodec/ivi_common.c	Tue Feb 23 04:45:51 2010	(r21977)
@@ -92,7 +92,7 @@ int ff_ivi_create_huff_from_desc(const I
 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)



More information about the ffmpeg-cvslog mailing list