You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	Silence "assdec.c:146: warning: passing argument 4 of ‘qsort’ from incompatible pointer type"
The alternative (schoolbook) solution is less readable. Originally committed as revision 17230 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		| @@ -143,7 +143,7 @@ static int read_header(AVFormatContext *s, AVFormatParameters *ap) | ||||
|         p++; | ||||
|     } | ||||
|  | ||||
|     qsort(ass->event, ass->event_count, sizeof(*ass->event), event_cmp); | ||||
|     qsort(ass->event, ass->event_count, sizeof(*ass->event), (void*)event_cmp); | ||||
|  | ||||
|     return 0; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user