[FFmpeg-cvslog] r21017 - trunk/ffserver.c

diego subversion
Mon Jan 4 18:55:52 CET 2010


Author: diego
Date: Mon Jan  4 18:55:52 2010
New Revision: 21017

Log:
Mark http_log() as static; it is only used in this file.

Modified:
   trunk/ffserver.c

Modified: trunk/ffserver.c
==============================================================================
--- trunk/ffserver.c	Mon Jan  4 17:29:19 2010	(r21016)
+++ trunk/ffserver.c	Mon Jan  4 18:55:52 2010	(r21017)
@@ -344,7 +344,7 @@ static void http_vlog(const char *fmt, v
     }
 }
 
-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);



More information about the ffmpeg-cvslog mailing list