rename vp56_b6to3 to vp56_b2p

Originally committed as revision 10569 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Aurelien Jacobs
2007-09-24 20:52:11 +00:00
parent 1457516f70
commit a7d70d88df
3 changed files with 7 additions and 7 deletions

View File

@@ -51,7 +51,7 @@ typedef struct {
int8_t prob_idx;
} vp56_tree_t;
extern const uint8_t vp56_b6to3[];
extern const uint8_t vp56_b2p[];
extern const uint8_t vp56_b6to4[];
extern const uint8_t vp56_coeff_parse_table[6][11];
extern const uint8_t vp56_def_mb_types_stats[3][10][2];