make the last globals static

Originally committed as revision 8818 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Alex Beregszaszi 2007-04-25 22:22:19 +00:00
parent cd53ae3a65
commit 1840587402
1 changed files with 2 additions and 2 deletions

View File

@ -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;