Commit 0501305e authored by Clément Bœsch's avatar Clément Bœsch

Merge commit '42dc2143'

* commit '42dc2143':
  mpc: Drop unused GetBitContext context member
Merged-by: 's avatarClément Bœsch <clement@stupeflix.com>
parents c7253353 42dc2143
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment