Commit 00ca54e7 authored by cehoyos's avatar cehoyos

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21760 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 87c4d190
......@@ -2252,10 +2252,6 @@ static int av_encode(AVFormatContext **output_files,
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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment