This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Remove unneeded assignment in ffmpeg.c found by CSA.
Originally committed as revision 18562 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Michael Niedermayer
17 years ago
parent
75eaa91c15
commit
505b6d1147
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
ffmpeg.c
+ 0
- 1
ffmpeg.c
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;) {
Write
Preview
Loading…
Cancel
Save