Skip to content
Snippets Groups Projects
Commit 23b361ba authored by Wolfram Gloger's avatar Wolfram Gloger Committed by Carl Eugen Hoyos
Browse files

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

Originally committed as revision 21760 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent a768816c
No related branches found
No related tags found
No related merge requests found
...@@ -2252,10 +2252,6 @@ static int av_encode(AVFormatContext **output_files, ...@@ -2252,10 +2252,6 @@ static int av_encode(AVFormatContext **output_files,
break; break;
} }
/* finish if recording time exhausted */
if (opts_min >= (recording_time / 1000000.0))
break;
/* finish if limit size exhausted */ /* finish if limit size exhausted */
if (limit_filesize != 0 && limit_filesize < url_ftell(output_files[0]->pb)) if (limit_filesize != 0 && limit_filesize < url_ftell(output_files[0]->pb))
break; break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment