]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/qtpalette.h
revert r14983, value is not sample aspect ratio, it is display aspect ratio
[ffmpeg] / libavformat / qtpalette.h
index e1032ddd5663f789ee20f0050d83fda0e22861f7..52c19079e8b3b2f7af65e3f5f550cbaa8654ecd1 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef FFMPEG_QTPALETTE_H
-#define FFMPEG_QTPALETTE_H
+#ifndef AVFORMAT_QTPALETTE_H
+#define AVFORMAT_QTPALETTE_H
+
+#include <inttypes.h>
 
 static const uint8_t ff_qt_default_palette_4[4 * 4] = {
   0x93, 0x65, 0x5E, 0x00,
@@ -308,4 +310,4 @@ static const uint8_t ff_qt_default_palette_256[256 * 4] = {
   /* 255, 0xFF */  0x00, 0x00, 0x00, 0x00
 };
 
-#endif /* FFMPEG_QTPALETTE_H */
+#endif /* AVFORMAT_QTPALETTE_H */