You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	avcodec/sbrdsp: Remove unnecessary headers
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
		| @@ -23,7 +23,6 @@ | ||||
| #define USE_FIXED 0 | ||||
|  | ||||
| #include "aac.h" | ||||
| #include "config.h" | ||||
| #include "libavutil/attributes.h" | ||||
| #include "libavutil/intfloat.h" | ||||
| #include "sbrdsp.h" | ||||
|   | ||||
| @@ -23,7 +23,6 @@ | ||||
|  | ||||
| #include <stdint.h> | ||||
| #include "aac_defines.h" | ||||
| #include "libavutil/softfloat.h" | ||||
|  | ||||
| typedef struct SBRDSPContext { | ||||
|     void (*sum64x5)(INTFLOAT *z); | ||||
|   | ||||
| @@ -26,7 +26,6 @@ | ||||
| #define USE_FIXED 1 | ||||
|  | ||||
| #include "aac.h" | ||||
| #include "config.h" | ||||
| #include "libavutil/attributes.h" | ||||
| #include "libavutil/intfloat.h" | ||||
| #include "sbrdsp.h" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user