mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 02:20:07 +01:00
75% smaller rl_length table
Originally committed as revision 1077 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user