You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	vf_scale: don't leak SWS context.
Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
		
				
					committed by
					
						 Anton Khirnov
						Anton Khirnov
					
				
			
			
				
	
			
			
			
						parent
						
							fa19c5c20e
						
					
				
				
					commit
					52982dbe47
				
			| @@ -206,6 +206,8 @@ static int config_props(AVFilterLink *outlink) | ||||
|  | ||||
|     scale->input_is_pal = av_pix_fmt_descriptors[inlink->format].flags & PIX_FMT_PAL; | ||||
|  | ||||
|     if (scale->sws) | ||||
|         sws_freeContext(scale->sws); | ||||
|     scale->sws = sws_getContext(inlink ->w, inlink ->h, inlink ->format, | ||||
|                                 outlink->w, outlink->h, outlink->format, | ||||
|                                 scale->flags, NULL, NULL, NULL); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user