mirror of https://git.ffmpeg.org/ffmpeg.git
75% smaller rl_length table
Originally committed as revision 1077 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a09907d988
commit
f3c09da19f
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue