]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/a64colors.h
dnxhddata: Fix 10-bit DNxHD quant matrices
[ffmpeg] / libavcodec / a64colors.h
index 5928c8d4537a48c371f1e73f60939b323e8551d6..d977426fc04f21b07de5ef29e90370a5eeb44e08 100644 (file)
@@ -1,21 +1,21 @@
 /*
- * a64 video encoder - tables used by 64enc
+ * a64 video encoder - c64 colors in rgb (Pepto)
  * Copyright (c) 2009 Tobias Bindhammer
  *
- * This file is part of FFmpeg.
+ * This file is part of Libav.
  *
- * FFmpeg is free software; you can redistribute it and/or
+ * Libav is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
  * version 2.1 of the License, or (at your option) any later version.
  *
- * FFmpeg is distributed in the hope that it will be useful,
+ * Libav is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with FFmpeg; if not, write to the Free Software
+ * License along with Libav; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
@@ -27,6 +27,8 @@
 #ifndef AVCODEC_A64COLORS_H
 #define AVCODEC_A64COLORS_H
 
+#include <stdint.h>
+
 /* c64 palette in RGB */
 static const uint8_t a64_palette[16][3] = {
     {0x00, 0x00, 0x00},