summaryrefslogtreecommitdiff
path: root/ffserver.c
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2008-06-21 03:37:04 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2008-06-21 03:37:04 +0000
commit794ac28c52a556b39acd689c41843431fc008afe (patch)
treea5dee270338e083a3e46c8b5a6d44583668ad336 /ffserver.c
parentacae1492cf78321689818d462db787a3f31f96fc (diff)
remove useless init, logfilename is static
Originally committed as revision 13848 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffserver.c')
-rw-r--r--ffserver.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ffserver.c b/ffserver.c
index b1771db15f..d636d3c1f7 100644
--- a/ffserver.c
+++ b/ffserver.c
@@ -4448,7 +4448,6 @@ int main(int argc, char **argv)
nb_max_connections = 5;
max_bandwidth = 1000;
first_stream = NULL;
- logfilename[0] = '\0';
memset(&sigact, 0, sizeof(sigact));
sigact.sa_handler = handle_child_exit;