[FFmpeg-cvslog] r18562 - trunk/ffmpeg.c
michael
subversion
Fri Apr 17 17:03:51 CEST 2009
Author: michael
Date: Fri Apr 17 17:03:51 2009
New Revision: 18562
Log:
Remove unneeded assignment in ffmpeg.c found by CSA.
Modified:
trunk/ffmpeg.c
Modified: trunk/ffmpeg.c
==============================================================================
--- trunk/ffmpeg.c Fri Apr 17 17:01:58 2009 (r18561)
+++ trunk/ffmpeg.c Fri Apr 17 17:03:51 2009 (r18562)
@@ -2064,7 +2064,6 @@ static int av_encode(AVFormatContext **o
}
term_init();
- key = -1;
timer_start = av_gettime();
for(; received_sigterm == 0;) {
More information about the ffmpeg-cvslog
mailing list