[FFmpeg-cvslog] r11156 - trunk/libavformat/qtpalette.h

diego subversion
Mon Dec 3 13:46:21 CET 2007


Author: diego
Date: Mon Dec  3 13:46:20 2007
New Revision: 11156

Log:
Fix make checkheaders.


Modified:
   trunk/libavformat/qtpalette.h

Modified: trunk/libavformat/qtpalette.h
==============================================================================
--- trunk/libavformat/qtpalette.h	(original)
+++ trunk/libavformat/qtpalette.h	Mon Dec  3 13:46:20 2007
@@ -23,6 +23,8 @@
 #ifndef FFMPEG_QTPALETTE_H
 #define FFMPEG_QTPALETTE_H
 
+#include <inttypes.h>
+
 static const uint8_t ff_qt_default_palette_4[4 * 4] = {
   0x93, 0x65, 0x5E, 0x00,
   0xFF, 0xFF, 0xFF, 0x00,




More information about the ffmpeg-cvslog mailing list