Commit 52164d78 authored by alex's avatar alex

make the last globals static

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8818 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent de10e70b
...@@ -234,8 +234,8 @@ typedef struct FeedData { ...@@ -234,8 +234,8 @@ typedef struct FeedData {
float avg_frame_size; /* frame size averraged over last frames with exponential mean */ float avg_frame_size; /* frame size averraged over last frames with exponential mean */
} FeedData; } FeedData;
struct sockaddr_in my_http_addr; static struct sockaddr_in my_http_addr;
struct sockaddr_in my_rtsp_addr; static struct sockaddr_in my_rtsp_addr;
static char logfilename[1024]; static char logfilename[1024];
static HTTPContext *first_http_ctx; static HTTPContext *first_http_ctx;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment