Mercurial > libavcodec.hg
comparison msmpeg4data.h @ 7136:7a73d76aaaa0 libavcodec
remove duplicate tables
author | stefang |
---|---|
date | Wed, 25 Jun 2008 11:33:49 +0000 |
parents | f7cbb7733146 |
children | c4a4495715dd |
comparison
equal
deleted
inserted
replaced
7135:6bd6a2da306e | 7136:7a73d76aaaa0 |
---|---|
74 extern RLTable rl_table[NB_RL_TABLES]; | 74 extern RLTable rl_table[NB_RL_TABLES]; |
75 | 75 |
76 extern const uint8_t wmv1_y_dc_scale_table[32]; | 76 extern const uint8_t wmv1_y_dc_scale_table[32]; |
77 extern const uint8_t wmv1_c_dc_scale_table[32]; | 77 extern const uint8_t wmv1_c_dc_scale_table[32]; |
78 extern const uint8_t old_ff_y_dc_scale_table[32]; | 78 extern const uint8_t old_ff_y_dc_scale_table[32]; |
79 extern const uint8_t old_ff_c_dc_scale_table[32]; | |
80 | 79 |
81 extern MVTable mv_tables[2]; | 80 extern MVTable mv_tables[2]; |
82 | 81 |
83 extern const uint8_t v2_mb_type[8][2]; | 82 extern const uint8_t v2_mb_type[8][2]; |
84 extern const uint8_t v2_intra_cbpc[4][2]; | 83 extern const uint8_t v2_intra_cbpc[4][2]; |