Commit 18405874 authored by Alex Beregszaszi's avatar Alex Beregszaszi

make the last globals static

Originally committed as revision 8818 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent cd53ae3a
...@@ -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