You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	mpegaudio: clean up #includes
Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
		| @@ -21,7 +21,6 @@ | ||||
|  */ | ||||
|  | ||||
| #include "parser.h" | ||||
| #include "mpegaudio.h" | ||||
| #include "mpegaudiodecheader.h" | ||||
|  | ||||
|  | ||||
|   | ||||
| @@ -27,7 +27,7 @@ | ||||
| #ifndef AVCODEC_MPEGAUDIODATA_H | ||||
| #define AVCODEC_MPEGAUDIODATA_H | ||||
|  | ||||
| #include "libavutil/common.h" | ||||
| #include <stdint.h> | ||||
|  | ||||
| #define MODE_EXT_MS_STEREO 2 | ||||
| #define MODE_EXT_I_STEREO  1 | ||||
|   | ||||
| @@ -27,7 +27,6 @@ | ||||
| #include "libavutil/audioconvert.h" | ||||
| #include "avcodec.h" | ||||
| #include "get_bits.h" | ||||
| #include "dsputil.h" | ||||
| #include "mathops.h" | ||||
| #include "mpegaudiodsp.h" | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user