Commit f3c09da1 authored by Michael Niedermayer's avatar Michael Niedermayer

75% smaller rl_length table

Originally committed as revision 1077 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent a09907d9
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment