1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-20 16:25:04 +02:00

1000l, revert r8547, im too stupid

Originally committed as revision 8548 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Baptiste Coudurier 2007-03-29 11:39:09 +00:00
parent ed057fccfc
commit d1b2356998

View File

@ -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 */