You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	avformat/codec2: remove surplus include 'memory.h' statement
on glibc memory.h drags in string.h, but codec2 does not use any str* or mem* functions. additionally, memory.h is not part of the C99 or POSIX standards. Signed-off-by: Marton Balint <cus@passwd.hu>
This commit is contained in:
		
				
					committed by
					
						 Marton Balint
						Marton Balint
					
				
			
			
				
	
			
			
			
						parent
						
							ad063e6e10
						
					
				
				
					commit
					7f534d022e
				
			| @@ -21,7 +21,6 @@ | ||||
|  | ||||
| #include "config_components.h" | ||||
|  | ||||
| #include <memory.h> | ||||
| #include "libavcodec/codec2utils.h" | ||||
| #include "libavutil/channel_layout.h" | ||||
| #include "libavutil/intreadwrite.h" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user