Skip to content
Snippets Groups Projects
Commit 7827885c authored by Diego Biurrun's avatar Diego Biurrun
Browse files

Fix make checkheaders.

Originally committed as revision 11156 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent f2c68f9c
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,8 @@ ...@@ -23,6 +23,8 @@
#ifndef FFMPEG_QTPALETTE_H #ifndef FFMPEG_QTPALETTE_H
#define FFMPEG_QTPALETTE_H #define FFMPEG_QTPALETTE_H
#include <inttypes.h>
static const uint8_t ff_qt_default_palette_4[4 * 4] = { static const uint8_t ff_qt_default_palette_4[4 * 4] = {
0x93, 0x65, 0x5E, 0x00, 0x93, 0x65, 0x5E, 0x00,
0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xFF, 0x00,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment