You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	avfilter/vf_ciescope: set output frame duration
This commit is contained in:
		| @@ -1407,6 +1407,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *in) | ||||
|         return AVERROR(ENOMEM); | ||||
|     } | ||||
|     out->pts = in->pts; | ||||
|     out->duration = in->duration; | ||||
|  | ||||
|     if (!s->background) { | ||||
|         ret = draw_background(ctx); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user