# HG changeset patch # User mru # Date 1266896751 0 # Node ID 4a6bf3fbf36792730f17e9ea4c3e26af677648df # Parent 6f17564ec2285c2478f0665d82f31df6d66a15e3 Declare indeo VLC table storage with correct type diff -r 6f17564ec228 -r 4a6bf3fbf367 ivi_common.c --- 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)