You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	avfilter/vsrc_sierpinski: set frame_rate to outlink
This commit is contained in:
		| @@ -149,6 +149,7 @@ static int config_output(AVFilterLink *outlink) | ||||
|     outlink->h = s->h; | ||||
|     outlink->time_base = av_inv_q(s->frame_rate); | ||||
|     outlink->sample_aspect_ratio = (AVRational) {1, 1}; | ||||
|     outlink->frame_rate = s->frame_rate; | ||||
|     if (s->seed == -1) | ||||
|         s->seed = av_get_random_seed(); | ||||
|     av_lfg_init(&s->lfg, s->seed); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user