comparison 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
comparison
equal deleted inserted replaced
5161:94c3f01c243c 5162:4394344397d8
24 24
25 /** 25 /**
26 * @file msmpeg4tab.h 26 * @file msmpeg4tab.h
27 * MSMPEG4 data tables. 27 * MSMPEG4 data tables.
28 */ 28 */
29
30 #include <stdint.h>
31 #include "bitstream.h"
32 #include "rl.h"
29 33
30 /* non intra picture macro block coded block pattern + mb type */ 34 /* non intra picture macro block coded block pattern + mb type */
31 static const uint32_t table_mb_non_intra[128][2] = { 35 static const uint32_t table_mb_non_intra[128][2] = {
32 { 0x40, 7 },{ 0x13c9, 13 },{ 0x9fd, 12 },{ 0x1fc, 15 }, 36 { 0x40, 7 },{ 0x13c9, 13 },{ 0x9fd, 12 },{ 0x1fc, 15 },
33 { 0x9fc, 12 },{ 0xa83, 18 },{ 0x12d34, 17 },{ 0x83bc, 16 }, 37 { 0x9fc, 12 },{ 0xa83, 18 },{ 0x12d34, 17 },{ 0x83bc, 16 },