comparison msmpeg4.c @ 5543:56bc8fbd9aee libavcodec

Move msmpeg4 tables from a header file to msmpegdata.c.
author diego
date Mon, 13 Aug 2007 17:57:06 +0000
parents f966fc154841
children 51fc10d9fdff
comparison
equal deleted inserted replaced
5542:b0a566346fb1 5543:56bc8fbd9aee
84 int intra_count = 0; 84 int intra_count = 0;
85 int frame_count = 0; 85 int frame_count = 0;
86 #endif 86 #endif
87 87
88 #include "msmpeg4data.h" 88 #include "msmpeg4data.h"
89 #include "msmpeg4tab.h"
90 89
91 #ifdef CONFIG_ENCODERS //strangely gcc includes this even if it is not references 90 #ifdef CONFIG_ENCODERS //strangely gcc includes this even if it is not references
92 static uint8_t rl_length[NB_RL_TABLES][MAX_LEVEL+1][MAX_RUN+1][2]; 91 static uint8_t rl_length[NB_RL_TABLES][MAX_LEVEL+1][MAX_RUN+1][2];
93 #endif //CONFIG_ENCODERS 92 #endif //CONFIG_ENCODERS
94 93