Commit 7f913ee3 authored by mru's avatar mru

Declare indeo VLC table storage with correct type

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21977 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 42d6b5bd
...@@ -92,7 +92,7 @@ int ff_ivi_create_huff_from_desc(const IVIHuffDesc *cb, VLC *vlc, int flag) ...@@ -92,7 +92,7 @@ int ff_ivi_create_huff_from_desc(const IVIHuffDesc *cb, VLC *vlc, int flag)
void ff_ivi_init_static_vlc() void ff_ivi_init_static_vlc()
{ {
int i; int i;
static VLC table_data[8192 * 16][2]; static VLC_TYPE table_data[8192 * 16][2];
static int initialized_vlcs = 0; static int initialized_vlcs = 0;
if (initialized_vlcs) if (initialized_vlcs)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment