Add missing stdint.h #include; necessary to pass 'make checkheaders'.
Originally committed as revision 25078 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
15cae5e605
commit
a9b98c0134
1 changed files with 2 additions and 0 deletions
|
|
@ -27,6 +27,8 @@
|
||||||
#ifndef AVCODEC_A64COLORS_H
|
#ifndef AVCODEC_A64COLORS_H
|
||||||
#define AVCODEC_A64COLORS_H
|
#define AVCODEC_A64COLORS_H
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
/* c64 palette in RGB */
|
/* c64 palette in RGB */
|
||||||
static const uint8_t a64_palette[16][3] = {
|
static const uint8_t a64_palette[16][3] = {
|
||||||
{0x00, 0x00, 0x00},
|
{0x00, 0x00, 0x00},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue