You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	vf_frei0r: set outlinks sample aspect ratio to 1
This commit is contained in:
		
				
					committed by
					
						 Michael Niedermayer
						Michael Niedermayer
					
				
			
			
				
	
			
			
			
						parent
						
							8fbf825ecc
						
					
				
				
					commit
					1b99971dc7
				
			| @@ -418,6 +418,7 @@ static int source_config_props(AVFilterLink *outlink) | ||||
|     outlink->w = frei0r->w; | ||||
|     outlink->h = frei0r->h; | ||||
|     outlink->time_base = frei0r->time_base; | ||||
|     outlink->sample_aspect_ratio = (AVRational){1,1}; | ||||
|  | ||||
|     if (!(frei0r->instance = frei0r->construct(outlink->w, outlink->h))) { | ||||
|         av_log(ctx, AV_LOG_ERROR, "Impossible to load frei0r instance"); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user