Commit 505b6d11 authored by Michael Niedermayer's avatar Michael Niedermayer

Remove unneeded assignment in ffmpeg.c found by CSA.

Originally committed as revision 18562 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 75eaa91c
......@@ -2064,7 +2064,6 @@ static int av_encode(AVFormatContext **output_files,
}
term_init();
key = -1;
timer_start = av_gettime();
for(; received_sigterm == 0;) {
......
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