[FFmpeg-cvslog] mpc: Drop unused GetBitContext context member

Diego Biurrun git at videolan.org
Wed Jun 29 11:46:10 CEST 2016


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Sat Jun  4 17:13:39 2016 +0200| [42dc214323637464759354912e18b2bee1884dd1] | committer: Diego Biurrun

mpc: Drop unused GetBitContext context member

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=42dc214323637464759354912e18b2bee1884dd1
---

 libavcodec/mpc.h |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/libavcodec/mpc.h b/libavcodec/mpc.h
index cdf49c1..39b8d63 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;



More information about the ffmpeg-cvslog mailing list