You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	Mark http_log() as static; it is only used in this file.
Originally committed as revision 21017 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		| @@ -344,7 +344,7 @@ static void http_vlog(const char *fmt, va_list vargs) | ||||
|     } | ||||
| } | ||||
|  | ||||
| void __attribute__ ((format (printf, 1, 2))) http_log(const char *fmt, ...) | ||||
| static void __attribute__ ((format (printf, 1, 2))) http_log(const char *fmt, ...) | ||||
| { | ||||
|     va_list vargs; | ||||
|     va_start(vargs, fmt); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user