summaryrefslogtreecommitdiff
path: root/libavcodec/vc1data.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-06-04 11:45:16 +0200
committerDiego Biurrun <diego@biurrun.de>2016-06-07 13:09:57 +0200
commitb7f98659f21dce438c33b512e25fd64b8d07c347 (patch)
tree31c55a2ec1672b47628963487393e308d1e38583 /libavcodec/vc1data.h
parent2a48a75a6f508121b96b0732a9fe03a46303f579 (diff)
downloadffmpeg-b7f98659f21dce438c33b512e25fd64b8d07c347.tar.gz
Remove unnecessary get_bits.h #includes
Diffstat (limited to 'libavcodec/vc1data.h')
-rw-r--r--libavcodec/vc1data.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libavcodec/vc1data.h b/libavcodec/vc1data.h
index 66c569b797..79a434f065 100644
--- a/libavcodec/vc1data.h
+++ b/libavcodec/vc1data.h
@@ -29,8 +29,10 @@
#define AVCODEC_VC1DATA_H
#include <stdint.h>
+
#include "libavutil/rational.h"
-#include "get_bits.h"
+
+#include "vlc.h"
/** Table for conversion between TTBLK and TTMB */
extern const int ff_vc1_ttblk_to_tt[3][8];