You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	imgconvert: remove unused glue and xglue macros
Signed-off-by: Diego Biurrun <diego@biurrun.de>
This commit is contained in:
		
				
					committed by
					
						 Diego Biurrun
						Diego Biurrun
					
				
			
			
				
	
			
			
			
						parent
						
							e5985185d2
						
					
				
				
					commit
					09e8163625
				
			| @@ -42,9 +42,6 @@ | ||||
| #include "x86/dsputil_mmx.h" | ||||
| #endif | ||||
|  | ||||
| #define xglue(x, y) x ## y | ||||
| #define glue(x, y) xglue(x, y) | ||||
|  | ||||
| #define FF_COLOR_RGB      0 /**< RGB color space */ | ||||
| #define FF_COLOR_GRAY     1 /**< gray color space */ | ||||
| #define FF_COLOR_YUV      2 /**< YUV color space. 16 <= Y <= 235, 16 <= U, V <= 240 */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user