comparison ivi_common.c @ 11250:4a6bf3fbf367 libavcodec

Declare indeo VLC table storage with correct type
author mru
date Tue, 23 Feb 2010 03:45:51 +0000
parents b75449aaea3e
children f65b3f7186b5
comparison
equal deleted inserted replaced
11249:6f17564ec228 11250:4a6bf3fbf367
90 } 90 }
91 91
92 void ff_ivi_init_static_vlc() 92 void ff_ivi_init_static_vlc()
93 { 93 {
94 int i; 94 int i;
95 static VLC table_data[8192 * 16][2]; 95 static VLC_TYPE table_data[8192 * 16][2];
96 static int initialized_vlcs = 0; 96 static int initialized_vlcs = 0;
97 97
98 if (initialized_vlcs) 98 if (initialized_vlcs)
99 return; 99 return;
100 for (i = 0; i < 8; i++) { 100 for (i = 0; i < 8; i++) {