Remove unneeded assignment in ffmpeg.c found by CSA.

Originally committed as revision 18562 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2009-04-17 15:03:51 +00:00
parent 75eaa91c15
commit 505b6d1147

View File

@ -2064,7 +2064,6 @@ static int av_encode(AVFormatContext **output_files,
}
term_init();
key = -1;
timer_start = av_gettime();
for(; received_sigterm == 0;) {