aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/hq_hqa.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-07-22 22:58:10 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-07-28 03:49:54 +0200
commitf3fef1259c1c95f10033d913e0589a71617e457d (patch)
treefbdffeb528f8594e889efdd23eb04e94369fb6ab /libavcodec/hq_hqa.h
parent81ebf40efa47b7d11be060c551411dd5efd11a05 (diff)
downloadffmpeg-f3fef1259c1c95f10033d913e0589a71617e457d.tar.gz
avcodec/hq_hqa: Remove transient GetByteContext from context
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
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;