Mercurial > libavcodec.hg
comparison msmpeg4.c @ 773:ab67f85da840 libavcodec
75% smaller rl_length table
author | michaelni |
---|---|
date | Sun, 27 Oct 2002 12:09:25 +0000 |
parents | 9f8c4905928b |
children | baa66649df35 |
comparison
equal
deleted
inserted
replaced
772:311ac50375e4 | 773:ab67f85da840 |
---|---|
72 int frame_count = 0; | 72 int frame_count = 0; |
73 #endif | 73 #endif |
74 | 74 |
75 #include "msmpeg4data.h" | 75 #include "msmpeg4data.h" |
76 | 76 |
77 static int rl_length[2][NB_RL_TABLES][MAX_LEVEL+1][MAX_RUN+1][2]; | 77 static UINT8 rl_length[2][NB_RL_TABLES][MAX_LEVEL+1][MAX_RUN+1][2]; |
78 | 78 |
79 #ifdef STATS | 79 #ifdef STATS |
80 | 80 |
81 const char *st_names[ST_NB] = { | 81 const char *st_names[ST_NB] = { |
82 "unknown", | 82 "unknown", |