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/vp8.h | |
parent | 38f64c03301ac66d7b54b3e4bd2bf6454f9fb2d3 (diff) | |
download | ffmpeg-cb214707a6cb0d3272ec0261af6f1f5d8b7dabc7.tar.gz |
vp56data: Move all shared enum/struct declarations to common header
Diffstat (limited to 'libavcodec/vp8.h')
-rw-r--r-- | libavcodec/vp8.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/vp8.h b/libavcodec/vp8.h index 6ec3879667..80f555f404 100644 --- a/libavcodec/vp8.h +++ b/libavcodec/vp8.h @@ -29,7 +29,6 @@ #include "libavutil/buffer.h" #include "vp56.h" -#include "vp56data.h" #include "vp8dsp.h" #include "h264pred.h" #include "thread.h" |