Revision 3bfe9260 libavcodec/mpegvideo.h
libavcodec/mpegvideo.h | ||
---|---|---|
32 | 32 |
#include "bitstream.h" |
33 | 33 |
#include "ratecontrol.h" |
34 | 34 |
#include "parser.h" |
35 |
#include "mpeg12data.h" |
|
35 | 36 |
#include "rl.h" |
36 | 37 |
|
37 | 38 |
#define FRAME_SKIPPED 100 ///< return value for header parsers if frame is not coded |
... | ... | |
758 | 759 |
int ref_index, int size, int h, int add_rate); |
759 | 760 |
|
760 | 761 |
/* mpeg12.c */ |
761 |
extern const uint16_t ff_mpeg1_default_intra_matrix[64]; |
|
762 |
extern const uint16_t ff_mpeg1_default_non_intra_matrix[64]; |
|
763 | 762 |
extern const uint8_t ff_mpeg1_dc_scale_table[128]; |
764 |
extern const AVRational ff_frame_rate_tab[]; |
|
765 | 763 |
|
766 | 764 |
void mpeg1_encode_picture_header(MpegEncContext *s, int picture_number); |
767 | 765 |
void mpeg1_encode_mb(MpegEncContext *s, |
Also available in: Unified diff