You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	avfilter/vf_detelecine: Remove redundant declaration
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
		| @@ -325,7 +325,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *inpicref) | ||||
|     } | ||||
|     s->nskip_fields = len; | ||||
|  | ||||
|     for (int i = 0; i < out; ++i) { | ||||
|     for (i = 0; i < out; ++i) { | ||||
|         AVFrame *frame = av_frame_clone(s->frame[i]); | ||||
|  | ||||
|         if (!frame) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user