75% smaller rl_length table

Originally committed as revision 1077 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2002-10-27 12:09:25 +00:00
parent a09907d988
commit f3c09da19f
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ int frame_count = 0;
#include "msmpeg4data.h"
static int rl_length[2][NB_RL_TABLES][MAX_LEVEL+1][MAX_RUN+1][2];
static UINT8 rl_length[2][NB_RL_TABLES][MAX_LEVEL+1][MAX_RUN+1][2];
#ifdef STATS