comparison a64colors.h @ 12476:c4be22c976b6 libavcodec

Add missing stdint.h #include; necessary to pass 'make checkheaders'.
author diego
date Wed, 08 Sep 2010 15:34:13 +0000
parents 7cf900245fce
children
comparison
equal deleted inserted replaced
12475:9fef0a8ddd63 12476:c4be22c976b6
25 */ 25 */
26 26
27 #ifndef AVCODEC_A64COLORS_H 27 #ifndef AVCODEC_A64COLORS_H
28 #define AVCODEC_A64COLORS_H 28 #define AVCODEC_A64COLORS_H
29 29
30 #include <stdint.h>
31
30 /* c64 palette in RGB */ 32 /* c64 palette in RGB */
31 static const uint8_t a64_palette[16][3] = { 33 static const uint8_t a64_palette[16][3] = {
32 {0x00, 0x00, 0x00}, 34 {0x00, 0x00, 0x00},
33 {0xff, 0xff, 0xff}, 35 {0xff, 0xff, 0xff},
34 {0x68, 0x37, 0x2b}, 36 {0x68, 0x37, 0x2b},