You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	avfilter/vsrc_mandelbrot: set outlink frame_rate
This commit is contained in:
		| @@ -157,6 +157,7 @@ static int config_props(AVFilterLink *outlink) | ||||
|     outlink->w = s->w; | ||||
|     outlink->h = s->h; | ||||
|     outlink->time_base = av_inv_q(s->frame_rate); | ||||
|     outlink->frame_rate = s->frame_rate; | ||||
|  | ||||
|     return 0; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user