You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	lavfi/avf_ahistogram: set frame durations
The filter is supposed to produce CFR output.
This commit is contained in:
		| @@ -245,6 +245,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *in) | ||||
|         memset(s->out->data[3] + n * s->out->linesize[0], 0, w); | ||||
|     } | ||||
|     s->out->pts = av_rescale_q(in->pts, inlink->time_base, outlink->time_base); | ||||
|     s->out->duration = 1; | ||||
|  | ||||
|     s->first = s->frame_count; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user