summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2007-03-29 11:39:09 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2007-03-29 11:39:09 +0000
commitd1b235699809858afbc27a837f9a7565298c80d6 (patch)
tree120586bd6d314926ba78ba8d6f70d6627e66dd4d /ffmpeg.c
parented057fccfcaa441888eee2ea457ac66348ce5a64 (diff)
1000l, revert r8547, im too stupid
Originally committed as revision 8548 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 3cab443d1a..1a17d4f172 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -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 */