git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11979c4
)
typo, fix -fs
author
Baptiste Coudurier
<baptiste.coudurier@gmail.com>
Thu, 29 Mar 2007 11:13:29 +0000
(11:13 +0000)
committer
Baptiste Coudurier
<baptiste.coudurier@gmail.com>
Thu, 29 Mar 2007 11:13:29 +0000
(11:13 +0000)
Originally committed as revision 8547 to svn://svn.ffmpeg.org/ffmpeg/trunk
ffmpeg.c
patch
|
blob
|
history
diff --git
a/ffmpeg.c
b/ffmpeg.c
index
1a17d4f
..
3cab443
100644
(file)
--- 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 */