[Ffmpeg-cvslog] r8818 - trunk/ffserver.c
alex
subversion
Thu Apr 26 00:22:19 CEST 2007
Author: alex
Date: Thu Apr 26 00:22:19 2007
New Revision: 8818
Log:
make the last globals static
Modified:
trunk/ffserver.c
Modified: trunk/ffserver.c
==============================================================================
--- trunk/ffserver.c (original)
+++ trunk/ffserver.c Thu Apr 26 00:22:19 2007
@@ -234,8 +234,8 @@ typedef struct FeedData {
float avg_frame_size; /* frame size averraged over last frames with exponential mean */
} FeedData;
-struct sockaddr_in my_http_addr;
-struct sockaddr_in my_rtsp_addr;
+static struct sockaddr_in my_http_addr;
+static struct sockaddr_in my_rtsp_addr;
static char logfilename[1024];
static HTTPContext *first_http_ctx;
More information about the ffmpeg-cvslog
mailing list