You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	lavfi/avf_showfreqs: set frame durations
The filter is supposed to produce CFR output.
This commit is contained in:
		| @@ -469,6 +469,7 @@ static int plot_freqs(AVFilterLink *inlink, int64_t pts) | ||||
|  | ||||
|     av_free(colors); | ||||
|     out->pts = s->pts; | ||||
|     out->duration = 1; | ||||
|     out->sample_aspect_ratio = (AVRational){1,1}; | ||||
|     return ff_filter_frame(outlink, out); | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user