You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	avfilter/vf_histogram: call av_frame_copy_props()
This commit is contained in:
		| @@ -593,7 +593,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *in) | ||||
|         memset(s->histogram, 0, s->histogram_size * sizeof(unsigned)); | ||||
|     } | ||||
|  | ||||
|     out->pts = in->pts; | ||||
|     av_frame_copy_props(out, in); | ||||
|     av_frame_free(&in); | ||||
|     s->x_pos++; | ||||
|     if (s->x_pos >= s->width) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user