comparison vp6data.h @ 4078:6a10cc9adb8a libavcodec

Don't include inttypes.h/stdint.h directly, there is an abstraction in libavutil/common.h for platforms with no inttypes.h. patch by Steve Lhomme, slhomme divxcorp com
author diego
date Tue, 24 Oct 2006 18:57:43 +0000
parents c8c591fe26f8
children 5d33a42ee01a
comparison
equal deleted inserted replaced
4077:fc1235327725 4078:6a10cc9adb8a
22 */ 22 */
23 23
24 #ifndef VP6DATA_H 24 #ifndef VP6DATA_H
25 #define VP6DATA_H 25 #define VP6DATA_H
26 26
27 #include <inttypes.h>
28 #include "vp56data.h" 27 #include "vp56data.h"
29 28
30 static const uint8_t vp6_def_fdv_vector_model[2][8] = { 29 static const uint8_t vp6_def_fdv_vector_model[2][8] = {
31 { 247, 210, 135, 68, 138, 220, 239, 246 }, 30 { 247, 210, 135, 68, 138, 220, 239, 246 },
32 { 244, 184, 201, 44, 173, 221, 239, 253 }, 31 { 244, 184, 201, 44, 173, 221, 239, 253 },