]> git.sesse.net Git - ffmpeg/commitdiff
75% smaller rl_length table
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 27 Oct 2002 12:09:25 +0000 (12:09 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 27 Oct 2002 12:09:25 +0000 (12:09 +0000)
Originally committed as revision 1077 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/msmpeg4.c

index cd74850f954726635fd404d171a5437fbc2c078a..19d672627e8ea4eceecefc6fb60c9431fa9de905 100644 (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