]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vp6data.h
ffv1: Pass correct pointers to av_free()
[ffmpeg] / libavcodec / vp6data.h
index 2ba3ef386007474ae2d28a854c2d77171df679e5..2de90e7be72acedb1bed885e58a14463fc96e5de 100644 (file)
@@ -1,7 +1,4 @@
-/**
- * @file
- * VP6 compatible video decoder
- *
+/*
  * Copyright (C) 2006  Aurelien Jacobs <aurel@gnuage.org>
  *
  * This file is part of Libav.
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+/**
+ * @file
+ * VP6 compatible video decoder
+ */
+
 #ifndef AVCODEC_VP6DATA_H
 #define AVCODEC_VP6DATA_H
 
-#include "vp56data.h"
+#include <stdint.h>
+
+#include "vp56.h"
 
 static const uint8_t vp6_def_fdv_vector_model[2][8] = {
     { 247, 210, 135, 68, 138, 220, 239, 246 },