Commit d811bb2a authored by michael's avatar michael

Remove unneeded assignment in ffmpeg.c found by CSA.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18562 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 946b3071
......@@ -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