[FFmpeg-cvslog] vp56: Drop unnecessary cabac.h #include.
Diego Biurrun
git at videolan.org
Sun Jan 8 04:21:44 CET 2012
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Sat Jan 7 18:37:28 2012 +0100| [1be4b8ccbaf64e626ede8e3ab5628865db0bada2] | committer: Diego Biurrun
vp56: Drop unnecessary cabac.h #include.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1be4b8ccbaf64e626ede8e3ab5628865db0bada2
---
libavcodec/vp56.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/libavcodec/vp56.h b/libavcodec/vp56.h
index ceb516d..0607e0d 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;
More information about the ffmpeg-cvslog
mailing list