comparison vp5data.h @ 5162:4394344397d8 libavcodec

include all prerequisites in header files
author mru
date Sat, 16 Jun 2007 22:59:13 +0000
parents 6a10cc9adb8a
children 2b72f9bc4f06
comparison
equal deleted inserted replaced
5161:94c3f01c243c 5162:4394344397d8
21 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 21 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
22 */ 22 */
23 23
24 #ifndef VP5DATA_H 24 #ifndef VP5DATA_H
25 #define VP5DATA_H 25 #define VP5DATA_H
26
27 #include <stdint.h>
26 28
27 static const uint8_t vp5_coeff_groups[] = { 29 static const uint8_t vp5_coeff_groups[] = {
28 -1, 0, 1, 1, 2, 1, 1, 2, 30 -1, 0, 1, 1, 2, 1, 1, 2,
29 2, 1, 1, 2, 2, 2, 1, 2, 31 2, 1, 1, 2, 2, 2, 1, 2,
30 2, 2, 2, 2, 1, 1, 2, 2, 32 2, 2, 2, 2, 1, 1, 2, 2,