Mercurial > libavcodec.hg
comparison h264data.h @ 5162:4394344397d8 libavcodec
include all prerequisites in header files
author | mru |
---|---|
date | Sat, 16 Jun 2007 22:59:13 +0000 |
parents | 113f3b395bac |
children | 9ecbfc0c82bf |
comparison
equal
deleted
inserted
replaced
5161:94c3f01c243c | 5162:4394344397d8 |
---|---|
24 * @file h264data.h | 24 * @file h264data.h |
25 * @brief | 25 * @brief |
26 * H264 / AVC / MPEG4 part10 codec data table | 26 * H264 / AVC / MPEG4 part10 codec data table |
27 * @author Michael Niedermayer <michaelni@gmx.at> | 27 * @author Michael Niedermayer <michaelni@gmx.at> |
28 */ | 28 */ |
29 | |
30 #include <stdint.h> | |
31 #include "mpegvideo.h" | |
32 #include "rational.h" | |
29 | 33 |
30 #define VERT_PRED 0 | 34 #define VERT_PRED 0 |
31 #define HOR_PRED 1 | 35 #define HOR_PRED 1 |
32 #define DC_PRED 2 | 36 #define DC_PRED 2 |
33 #define DIAG_DOWN_LEFT_PRED 3 | 37 #define DIAG_DOWN_LEFT_PRED 3 |