diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2009-04-17 15:03:51 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2009-04-17 15:03:51 +0000 |
commit | 505b6d1147e46cbe6dfabe7301a0742965ba90ab (patch) | |
tree | 38c2fc72f773f3c2292fc30eca51e62b2d95fcfc | |
parent | 75eaa91c15fcb294074d9f232408ff1d5ad5427f (diff) | |
download | ffmpeg-505b6d1147e46cbe6dfabe7301a0742965ba90ab.tar.gz |
Remove unneeded assignment in ffmpeg.c found by CSA.
Originally committed as revision 18562 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | ffmpeg.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2064,7 +2064,6 @@ static int av_encode(AVFormatContext **output_files, } term_init(); - key = -1; timer_start = av_gettime(); for(; received_sigterm == 0;) { |