You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
make the last globals static
Originally committed as revision 8818 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user