diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-08-16 13:19:19 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-08-16 13:19:24 +0200 |
commit | 669ea5e102fecbb4c3c8cb05f083afa4cadece38 (patch) | |
tree | 3906d366d040da5f6a9bf6eba88cc0788d6c7098 /libavcodec/vp6data.h | |
parent | dbcee7cc5c26fd6bf5007076493f9d9c81c5bf8c (diff) | |
parent | cb214707a6cb0d3272ec0261af6f1f5d8b7dabc7 (diff) | |
download | ffmpeg-669ea5e102fecbb4c3c8cb05f083afa4cadece38.tar.gz |
Merge commit 'cb214707a6cb0d3272ec0261af6f1f5d8b7dabc7'
* commit 'cb214707a6cb0d3272ec0261af6f1f5d8b7dabc7':
vp56data: Move all shared enum/struct declarations to common header
Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 3ebfd0e252..539e19a627 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 }, |