]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpc.h
Merge commit '76729970049fe95659346503f7401a5d869f9959'
[ffmpeg] / libavcodec / mpc.h
index 4cb8574897b53005e6cc9cf8c936292ee8c961a5..df462af6b7503a2bb06354f621f7a262be3554f8 100644 (file)
@@ -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;