remove duplicate tables

Originally committed as revision 13959 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Stefan Gehrer
2008-06-25 11:33:49 +00:00
parent 796d200a77
commit 5a89396989
10 changed files with 19 additions and 102 deletions

View File

@@ -76,7 +76,6 @@ extern RLTable rl_table[NB_RL_TABLES];
extern const uint8_t wmv1_y_dc_scale_table[32];
extern const uint8_t wmv1_c_dc_scale_table[32];
extern const uint8_t old_ff_y_dc_scale_table[32];
extern const uint8_t old_ff_c_dc_scale_table[32];
extern MVTable mv_tables[2];