You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	ffserver: Cast time_t value when using it in a format string.
Fixes ticket #5103.
This commit is contained in:
		| @@ -3934,7 +3934,7 @@ static void handle_child_exit(int sig) | ||||
|             fprintf(stderr, | ||||
|                     "%s: Pid %"PRId64" exited with status %d after %"PRId64" " | ||||
|                         "seconds\n", | ||||
|                     feed->filename, (int64_t) pid, status, uptime); | ||||
|                     feed->filename, (int64_t) pid, status, (int64_t)uptime); | ||||
|  | ||||
|             if (uptime < 30) | ||||
|                 /* Turn off any more restarts */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user