Commit d1b23569 authored by Baptiste Coudurier's avatar Baptiste Coudurier

1000l, revert r8547, im too stupid

Originally committed as revision 8548 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent ed057fcc
......@@ -1874,7 +1874,7 @@ static int av_encode(AVFormatContext **output_files,
break;
/* finish if limit size exhausted */
if (limit_filesize != 0 && (limit_filesize * 1024) >= url_ftell(&output_files[0]->pb))
if (limit_filesize != 0 && (limit_filesize * 1024) < url_ftell(&output_files[0]->pb))
break;
/* read a frame from it and output it in the fifo */
......
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