summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2009-04-17 15:03:51 +0000
committerMichael Niedermayer <michaelni@gmx.at>2009-04-17 15:03:51 +0000
commit505b6d1147e46cbe6dfabe7301a0742965ba90ab (patch)
tree38c2fc72f773f3c2292fc30eca51e62b2d95fcfc /ffmpeg.c
parent75eaa91c15fcb294074d9f232408ff1d5ad5427f (diff)
Remove unneeded assignment in ffmpeg.c found by CSA.
Originally committed as revision 18562 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index ce36694892..038837bbf4 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -2064,7 +2064,6 @@ static int av_encode(AVFormatContext **output_files,
}
term_init();
- key = -1;
timer_start = av_gettime();
for(; received_sigterm == 0;) {