You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	setdar: prefer "sar" over "par" in log info message
This is more consistent with the terminology adopted by the aspect filter names. Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
		
				
					committed by
					
						 Anton Khirnov
						Anton Khirnov
					
				
			
			
				
	
			
			
			
						parent
						
							b04d1abb40
						
					
				
				
					commit
					c61bfc113a
				
			| @@ -80,7 +80,7 @@ static int setdar_config_props(AVFilterLink *inlink) | ||||
|                aspect->aspect.num * inlink->h, | ||||
|                aspect->aspect.den * inlink->w, 100); | ||||
|  | ||||
|     av_log(inlink->dst, AV_LOG_INFO, "w:%d h:%d -> dar:%d/%d par:%d/%d\n", | ||||
|     av_log(inlink->dst, AV_LOG_INFO, "w:%d h:%d -> dar:%d/%d sar:%d/%d\n", | ||||
|            inlink->w, inlink->h, dar.num, dar.den, aspect->aspect.num, aspect->aspect.den); | ||||
|  | ||||
|     inlink->sample_aspect_ratio = aspect->aspect; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user