summaryrefslogtreecommitdiff
path: root/libavcodec/hq_hqa.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/hq_hqa.h')
-rw-r--r--libavcodec/hq_hqa.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/hq_hqa.h b/libavcodec/hq_hqa.h
index 08d79e7454..71aa36706c 100644
--- a/libavcodec/hq_hqa.h
+++ b/libavcodec/hq_hqa.h
@@ -26,7 +26,6 @@
#include "libavutil/mem_internal.h"
#include "avcodec.h"
-#include "bytestream.h"
#include "hq_hqadsp.h"
#include "vlc.h"
@@ -37,7 +36,6 @@
typedef struct HQContext {
AVCodecContext *avctx;
HQDSPContext hqhqadsp;
- GetByteContext gbc;
VLC hq_ac_vlc;
VLC hqa_cbp_vlc;