summaryrefslogtreecommitdiff
path: root/libavcodec/ivi.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/ivi.c')
-rw-r--r--libavcodec/ivi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ivi.c b/libavcodec/ivi.c
index 48fcf9bfd8..6577fa335f 100644
--- a/libavcodec/ivi.c
+++ b/libavcodec/ivi.c
@@ -161,7 +161,7 @@ static int ivi_create_huff_from_desc(const IVIHuffDesc *cb, VLC *vlc, int flag)
static av_cold void ivi_init_static_vlc(void)
{
int i;
- static VLC_TYPE table_data[8192 * 16][2];
+ static VLCElem table_data[8192 * 16];
for (i = 0; i < 8; i++) {
ivi_mb_vlc_tabs[i].table = table_data + i * 2 * 8192;