Mercurial > libavcodec.hg
comparison msmpeg4data.h @ 2965:40f745e4fdff libavcodec
wrong sizes, part of [PATCH] from DivX, Part 9: bitstream crashes from (Steve Lhomme | slhomme divxcorp com)
| author | michael |
|---|---|
| date | Sat, 17 Dec 2005 11:29:34 +0000 |
| parents | ba8ecddf5598 |
| children | ef2149182f1c |
comparison
equal
deleted
inserted
replaced
| 2964:8f732838179d | 2965:40f745e4fdff |
|---|---|
| 574 extern const uint8_t DCtab_chrom[13][2]; | 574 extern const uint8_t DCtab_chrom[13][2]; |
| 575 | 575 |
| 576 extern const uint8_t cbpy_tab[16][2]; | 576 extern const uint8_t cbpy_tab[16][2]; |
| 577 extern const uint8_t mvtab[33][2]; | 577 extern const uint8_t mvtab[33][2]; |
| 578 | 578 |
| 579 extern const uint8_t intra_MCBPC_code[8]; | 579 extern const uint8_t intra_MCBPC_code[9]; |
| 580 extern const uint8_t intra_MCBPC_bits[8]; | 580 extern const uint8_t intra_MCBPC_bits[9]; |
| 581 | 581 |
| 582 extern const uint8_t inter_MCBPC_code[25]; | 582 extern const uint8_t inter_MCBPC_code[28]; |
| 583 extern const uint8_t inter_MCBPC_bits[25]; | 583 extern const uint8_t inter_MCBPC_bits[28]; |
| 584 | 584 |
| 585 #define NB_RL_TABLES 6 | 585 #define NB_RL_TABLES 6 |
| 586 | 586 |
| 587 static RLTable rl_table[NB_RL_TABLES] = { | 587 static RLTable rl_table[NB_RL_TABLES] = { |
| 588 /* intra luminance tables */ | 588 /* intra luminance tables */ |
