You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	avfilter/avf_a3dscope: fix crash when using vflip filter
This commit is contained in:
		| @@ -209,7 +209,7 @@ static void view_matrix(const float eye[3], | ||||
| static void draw_dot(AVFrame *out, unsigned x, unsigned y, float z, | ||||
|                      int r, int g, int b) | ||||
| { | ||||
|     const int linesize = out->linesize[0]; | ||||
|     const ptrdiff_t linesize = out->linesize[0]; | ||||
|     uint8_t *dst; | ||||
|  | ||||
|     dst = out->data[0] + y * linesize + x * 4; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user