summaryrefslogtreecommitdiff
path: root/libavcodec/mpc.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-06-04 17:13:39 +0200
committerDiego Biurrun <diego@biurrun.de>2016-06-07 13:09:57 +0200
commit42dc214323637464759354912e18b2bee1884dd1 (patch)
tree0fbbf4d737d6cbb76e2985f8450b489365bd94aa /libavcodec/mpc.h
parent85b8403c6fd11e1c570caa970c7f435ac5f9583e (diff)
mpc: Drop unused GetBitContext context member
Diffstat (limited to 'libavcodec/mpc.h')
-rw-r--r--libavcodec/mpc.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavcodec/mpc.h b/libavcodec/mpc.h
index cdf49c1a4e..39b8d6302d 100644
--- a/libavcodec/mpc.h
+++ b/libavcodec/mpc.h
@@ -30,9 +30,9 @@
#define AVCODEC_MPC_H
#include "libavutil/lfg.h"
+
#include "avcodec.h"
#include "bswapdsp.h"
-#include "get_bits.h"
#include "mpegaudio.h"
#include "mpegaudiodsp.h"
@@ -52,7 +52,6 @@ typedef struct Band {
typedef struct MPCContext {
BswapDSPContext bdsp;
MPADSPContext mpadsp;
- GetBitContext gb;
int IS, MSS, gapless;
int lastframelen;
int maxbands, last_max_band;