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>2012-01-07 21:37:28 +0400
committerDiego Biurrun <diego@biurrun.de>2012-01-08 01:13:12 +0400
commit1be4b8ccbaf64e626ede8e3ab5628865db0bada2 (patch)
tree25b3dac8c56543c721ee984ccb760982224890d5 /libavcodec/vp56.h
parenta7e3cb9d32366209015a395f1435323887e66d4f (diff)
vp56: Drop unnecessary cabac.h #include.
Diffstat (limited to 'libavcodec/vp56.h')
-rw-r--r--libavcodec/vp56.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/vp56.h b/libavcodec/vp56.h
index ceb516d88d..0607e0d4ce 100644
--- a/libavcodec/vp56.h
+++ b/libavcodec/vp56.h
@@ -30,7 +30,6 @@
#include "dsputil.h"
#include "get_bits.h"
#include "bytestream.h"
-#include "cabac.h"
#include "vp56dsp.h"
typedef struct vp56_context VP56Context;