changeset 773:ab67f85da840 libavcodec

75% smaller rl_length table
author michaelni
date Sun, 27 Oct 2002 12:09:25 +0000
parents 311ac50375e4
children baa66649df35
files msmpeg4.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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