comparison mpeg12data.h @ 25:2f603eb2f23d libavcodec

types fix
author glantau
date Mon, 06 Aug 2001 00:47:50 +0000
parents 82d4c9be9873
children f6806d3e2d37
comparison
equal deleted inserted replaced
24:08265a63313e 25:2f603eb2f23d
125 {0x1d,16}, {0x1c,16}, {0x1b,16}, 125 {0x1d,16}, {0x1c,16}, {0x1b,16},
126 {0x01,6}, /* escape */ 126 {0x01,6}, /* escape */
127 {0x06,4}, /* EOB */ 127 {0x06,4}, /* EOB */
128 }; 128 };
129 129
130 static const UINT8 mpeg1_level[111] = { 130 static const INT8 mpeg1_level[111] = {
131 1, 2, 3, 4, 5, 6, 7, 8, 131 1, 2, 3, 4, 5, 6, 7, 8,
132 9, 10, 11, 12, 13, 14, 15, 16, 132 9, 10, 11, 12, 13, 14, 15, 16,
133 17, 18, 19, 20, 21, 22, 23, 24, 133 17, 18, 19, 20, 21, 22, 23, 24,
134 25, 26, 27, 28, 29, 30, 31, 32, 134 25, 26, 27, 28, 29, 30, 31, 32,
135 33, 34, 35, 36, 37, 38, 39, 40, 135 33, 34, 35, 36, 37, 38, 39, 40,
142 1, 2, 1, 2, 1, 2, 1, 2, 142 1, 2, 1, 2, 1, 2, 1, 2,
143 1, 1, 1, 1, 1, 1, 1, 1, 143 1, 1, 1, 1, 1, 1, 1, 1,
144 1, 1, 1, 1, 1, 1, 1, 144 1, 1, 1, 1, 1, 1, 1,
145 }; 145 };
146 146
147 static const UINT8 mpeg1_run[111] = { 147 static const INT8 mpeg1_run[111] = {
148 0, 0, 0, 0, 0, 0, 0, 0, 148 0, 0, 0, 0, 0, 0, 0, 0,
149 0, 0, 0, 0, 0, 0, 0, 0, 149 0, 0, 0, 0, 0, 0, 0, 0,
150 0, 0, 0, 0, 0, 0, 0, 0, 150 0, 0, 0, 0, 0, 0, 0, 0,
151 0, 0, 0, 0, 0, 0, 0, 0, 151 0, 0, 0, 0, 0, 0, 0, 0,
152 0, 0, 0, 0, 0, 0, 0, 0, 152 0, 0, 0, 0, 0, 0, 0, 0,