Commit fa288df4 authored by Baptiste Coudurier's avatar Baptiste Coudurier

remove useless init

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