diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-08-14 18:39:37 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-08-15 14:38:03 +0200 |
commit | cb214707a6cb0d3272ec0261af6f1f5d8b7dabc7 (patch) | |
tree | 87db8b802fbb940ce3f5364d7d6093f3c23944a3 /libavcodec/vp6data.h | |
parent | 38f64c03301ac66d7b54b3e4bd2bf6454f9fb2d3 (diff) | |
download | ffmpeg-cb214707a6cb0d3272ec0261af6f1f5d8b7dabc7.tar.gz |
vp56data: Move all shared enum/struct declarations to common header
Diffstat (limited to 'libavcodec/vp6data.h')
-rw-r--r-- | libavcodec/vp6data.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libavcodec/vp6data.h b/libavcodec/vp6data.h index 9a11f89bf5..2de90e7be7 100644 --- a/libavcodec/vp6data.h +++ b/libavcodec/vp6data.h @@ -26,7 +26,9 @@ #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 }, |