You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-16 22:42:38 +02: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