# HG changeset patch # User michaelni # Date 1035720565 0 # Node ID ab67f85da8408f51a62317726f8f826d7845d037 # Parent 311ac50375e4461f296e47cf5e071dd4e2e53a9e 75% smaller rl_length table diff -r 311ac50375e4 -r ab67f85da840 msmpeg4.c --- a/msmpeg4.c Sun Oct 27 09:20:48 2002 +0000 +++ b/msmpeg4.c Sun Oct 27 12:09:25 2002 +0000 @@ -74,7 +74,7 @@ #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