You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	avfilter/hue: fix range in comment
Found-by: Michael Koch Signed-off-by: Gyan Doshi <ffmpeg@gyani.pro>
This commit is contained in:
		| @@ -136,7 +136,7 @@ static inline void create_chrominance_lut(HueContext *h, const int32_t c, | ||||
|      */ | ||||
|     for (i = 0; i < 256; i++) { | ||||
|         for (j = 0; j < 256; j++) { | ||||
|             /* Normalize the components from range [16;140] to [-112;112] */ | ||||
|             /* Normalize the components from range [16;240] to [-112;112] */ | ||||
|             u = i - 128; | ||||
|             v = j - 128; | ||||
|             /* | ||||
|   | ||||
		Reference in New Issue
	
	Block a user