提交 0501305e 编写于 作者: C Clément Bœsch

Merge commit '42dc2143'

* commit '42dc2143':
  mpc: Drop unused GetBitContext context member
Merged-by: NClément Bœsch <clement@stupeflix.com>
...@@ -30,9 +30,9 @@ ...@@ -30,9 +30,9 @@
#define AVCODEC_MPC_H #define AVCODEC_MPC_H
#include "libavutil/lfg.h" #include "libavutil/lfg.h"
#include "avcodec.h" #include "avcodec.h"
#include "bswapdsp.h" #include "bswapdsp.h"
#include "get_bits.h"
#include "mpegaudio.h" #include "mpegaudio.h"
#include "mpegaudiodsp.h" #include "mpegaudiodsp.h"
...@@ -52,7 +52,6 @@ typedef struct Band { ...@@ -52,7 +52,6 @@ typedef struct Band {
typedef struct MPCContext { typedef struct MPCContext {
BswapDSPContext bdsp; BswapDSPContext bdsp;
MPADSPContext mpadsp; MPADSPContext mpadsp;
GetBitContext gb;
int IS, MSS, gapless; int IS, MSS, gapless;
int lastframelen; int lastframelen;
int maxbands, last_max_band; int maxbands, last_max_band;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册