[FFmpeg-cvslog] r21760 - trunk/ffmpeg.c
cehoyos
subversion
Thu Feb 11 22:54:09 CET 2010
Author: cehoyos
Date: Thu Feb 11 22:54:09 2010
New Revision: 21760
Log:
Remove recording_time check which is no longer necessary after r21687.
Patch by Wolfram Gloger, wmglo A dent D med D uni-muenchen D de
Modified:
trunk/ffmpeg.c
Modified: trunk/ffmpeg.c
==============================================================================
--- trunk/ffmpeg.c Thu Feb 11 22:03:30 2010 (r21759)
+++ trunk/ffmpeg.c Thu Feb 11 22:54:09 2010 (r21760)
@@ -2252,10 +2252,6 @@ static int av_encode(AVFormatContext **o
break;
}
- /* finish if recording time exhausted */
- if (opts_min >= (recording_time / 1000000.0))
- break;
-
/* finish if limit size exhausted */
if (limit_filesize != 0 && limit_filesize < url_ftell(output_files[0]->pb))
break;
More information about the ffmpeg-cvslog
mailing list