Browse Source

remove useless init

Originally committed as revision 13862 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Baptiste Coudurier 17 years ago
parent
commit
fa288df453
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      ffserver.c

+ 0
- 2
ffserver.c View File

@@ -4463,8 +4463,6 @@ int main(int argc, char **argv)

av_init_random(av_gettime() + (getpid() << 16), &random_state);

first_stream = NULL;

memset(&sigact, 0, sizeof(sigact));
sigact.sa_handler = handle_child_exit;
sigact.sa_flags = SA_NOCLDSTOP | SA_RESTART;


Loading…
Cancel
Save