You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	Merge commit '42dc214323637464759354912e18b2bee1884dd1'
* commit '42dc214323637464759354912e18b2bee1884dd1': mpc: Drop unused GetBitContext context member Merged-by: Clément Bœsch <clement@stupeflix.com>
This commit is contained in:
		| @@ -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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user