Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-08-14 20:39:37 +0400
committerDiego Biurrun <diego@biurrun.de>2013-08-15 16:38:03 +0400
commitcb214707a6cb0d3272ec0261af6f1f5d8b7dabc7 (patch)
tree87db8b802fbb940ce3f5364d7d6093f3c23944a3 /libavcodec/vp8.h
parent38f64c03301ac66d7b54b3e4bd2bf6454f9fb2d3 (diff)
vp56data: Move all shared enum/struct declarations to common header
Diffstat (limited to 'libavcodec/vp8.h')
-rw-r--r--libavcodec/vp8.h1
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"