changeset 11250:4a6bf3fbf367 libavcodec

Declare indeo VLC table storage with correct type
author mru
date Tue, 23 Feb 2010 03:45:51 +0000
parents 6f17564ec228
children 56e65f21e9c5
files ivi_common.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ivi_common.c	Tue Feb 23 01:08:54 2010 +0000
+++ b/ivi_common.c	Tue Feb 23 03:45:51 2010 +0000
@@ -92,7 +92,7 @@
 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)