You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	avfilter/vf_tinterlace: check clone return value
Inspired by: 3a16ec19d2
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
			
			
This commit is contained in:
		| @@ -263,6 +263,8 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *picref) | ||||
|     case MODE_DROP_ODD:  /* only output even frames, odd  frames are dropped; height unchanged, half framerate */ | ||||
|     case MODE_DROP_EVEN: /* only output odd  frames, even frames are dropped; height unchanged, half framerate */ | ||||
|         out = av_frame_clone(tinterlace->mode == MODE_DROP_EVEN ? cur : next); | ||||
|         if (!out) | ||||
|             return AVERROR(ENOMEM); | ||||
|         av_frame_free(&tinterlace->next); | ||||
|         break; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user