]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vp3data.h
cosmetics: sort
[ffmpeg] / libavcodec / vp3data.h
index 51cbae8dbca0f2ab86710500ded09c7e35a27427..aa33b8327513bac6607989b5fa5faa2441eeff82 100644 (file)
@@ -1,5 +1,28 @@
-#ifndef VP3DATA_H
-#define VP3DATA_H
+/*
+ * copyright (C) 2003 the ffmpeg project
+ *
+ * This file is part of FFmpeg.
+ *
+ * FFmpeg 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,
+ * 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
+#ifndef FFMPEG_VP3DATA_H
+#define FFMPEG_VP3DATA_H
+
+#include <stdint.h>
+#include <stdlib.h>
 
 /* these coefficients dequantize intraframe Y plane coefficients
  * (note: same as JPEG) */
@@ -3155,4 +3178,4 @@ static const uint16_t ac_bias_3[16][32][2] = {
   }
 };
 
-#endif /* VP3DATA_H */
+#endif /* FFMPEG_VP3DATA_H */