Revision 3bfe9260 libavcodec/mpeg12data.h
libavcodec/mpeg12data.h | ||
---|---|---|
29 | 29 |
#define FFMPEG_MPEG12DATA_H |
30 | 30 |
|
31 | 31 |
#include <stdint.h> |
32 |
#include "mpegvideo.h" |
|
32 |
#include "rational.h" |
|
33 |
#include "rl.h" |
|
34 |
|
|
35 |
extern const uint16_t ff_mpeg1_default_intra_matrix[64]; |
|
36 |
extern const uint16_t ff_mpeg1_default_non_intra_matrix[64]; |
|
33 | 37 |
|
34 | 38 |
extern const uint16_t ff_mpeg12_vlc_dc_lum_code[12]; |
35 | 39 |
extern const unsigned char ff_mpeg12_vlc_dc_lum_bits[12]; |
... | ... | |
44 | 48 |
|
45 | 49 |
extern const uint8_t ff_mpeg12_mbMotionVectorTable[17][2]; |
46 | 50 |
|
51 |
extern const AVRational ff_frame_rate_tab[]; |
|
52 |
|
|
47 | 53 |
extern const float ff_mpeg1_aspect[16]; |
48 | 54 |
extern const AVRational ff_mpeg2_aspect[16]; |
49 | 55 |
|
Also available in: Unified diff