X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fmpc.h;h=df462af6b7503a2bb06354f621f7a262be3554f8;hb=78c7197ea0e5c53393849a32dd6f49e3b89f7815;hp=4cb8574897b53005e6cc9cf8c936292ee8c961a5;hpb=f9a186c59b4c8fc65dd8298e62a76cb4a01ffc13;p=ffmpeg diff --git a/libavcodec/mpc.h b/libavcodec/mpc.h index 4cb8574897b..df462af6b75 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;