Mercurial > libavcodec.hg
diff msmpeg4tab.h @ 5162:4394344397d8 libavcodec
include all prerequisites in header files
| author | mru |
|---|---|
| date | Sat, 16 Jun 2007 22:59:13 +0000 |
| parents | e6d4d3d478d6 |
| children | 9ecbfc0c82bf |
line wrap: on
line diff
--- a/msmpeg4tab.h Sat Jun 16 22:58:43 2007 +0000 +++ b/msmpeg4tab.h Sat Jun 16 22:59:13 2007 +0000 @@ -27,6 +27,10 @@ * MSMPEG4 data tables. */ +#include <stdint.h> +#include "bitstream.h" +#include "rl.h" + /* non intra picture macro block coded block pattern + mb type */ static const uint32_t table_mb_non_intra[128][2] = { { 0x40, 7 },{ 0x13c9, 13 },{ 0x9fd, 12 },{ 0x1fc, 15 },
