diff options
Diffstat (limited to 'libavcodec/msmpeg4tab.h')
-rw-r--r-- | libavcodec/msmpeg4tab.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libavcodec/msmpeg4tab.h b/libavcodec/msmpeg4tab.h index dda7fbdaa0..5db3f35c3d 100644 --- a/libavcodec/msmpeg4tab.h +++ b/libavcodec/msmpeg4tab.h @@ -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 }, |