Revision 6d934615 libavcodec/mpegvideo.h
libavcodec/mpegvideo.h | ||
---|---|---|
32 | 32 |
#include "bitstream.h" |
33 | 33 |
#include "ratecontrol.h" |
34 | 34 |
#include "parser.h" |
35 |
#include "rl.h" |
|
35 | 36 |
|
36 | 37 |
#define FRAME_SKIPPED 100 ///< return value for header parsers if frame is not coded |
37 | 38 |
|
... | ... | |
61 | 62 |
#define ME_MAP_SHIFT 3 |
62 | 63 |
#define ME_MAP_MV_BITS 11 |
63 | 64 |
|
64 |
/* run length table */ |
|
65 |
#define MAX_RUN 64 |
|
66 |
#define MAX_LEVEL 64 |
|
67 |
|
|
68 | 65 |
#define I_TYPE FF_I_TYPE ///< Intra |
69 | 66 |
#define P_TYPE FF_P_TYPE ///< Predicted |
70 | 67 |
#define B_TYPE FF_B_TYPE ///< Bi-dir predicted |
... | ... | |
775 | 772 |
void ff_mpeg1_clean_buffers(MpegEncContext *s); |
776 | 773 |
int ff_mpeg1_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size); |
777 | 774 |
|
778 |
#include "rl.h" |
|
779 |
|
|
780 | 775 |
extern const uint8_t ff_mpeg4_y_dc_scale_table[32]; |
781 | 776 |
extern const uint8_t ff_mpeg4_c_dc_scale_table[32]; |
782 | 777 |
extern const uint8_t ff_aic_dc_scale_table[32]; |
Also available in: Unified diff