From 9bfb72d9e9e1dba3478e6ff2d2e25c16fe01cf7a Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Fri, 25 Jun 2010 08:19:20 +0000 Subject: rv34: kill VLAs Originally committed as revision 23774 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/rv34vlc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/rv34vlc.h') diff --git a/libavcodec/rv34vlc.h b/libavcodec/rv34vlc.h index 2b89e4cb46..aa29357c78 100644 --- a/libavcodec/rv34vlc.h +++ b/libavcodec/rv34vlc.h @@ -37,6 +37,7 @@ #define FIRSTBLK_VLC_SIZE 864 #define OTHERBLK_VLC_SIZE 108 #define COEFF_VLC_SIZE 32 +#define MAX_VLC_SIZE 1296 static const uint8_t rv34_table_intra_cbppat[NUM_INTRA_TABLES][2][CBPPAT_VLC_SIZE] = { { -- cgit v1.2.3