[Ffmpeg-cvslog] r8548 - trunk/ffmpeg.c

bcoudurier subversion
Thu Mar 29 13:39:09 CEST 2007


Author: bcoudurier
Date: Thu Mar 29 13:39:09 2007
New Revision: 8548

Modified:
   trunk/ffmpeg.c

Log:
1000l, revert r8547, im too stupid

Modified: trunk/ffmpeg.c
==============================================================================
--- trunk/ffmpeg.c	(original)
+++ trunk/ffmpeg.c	Thu Mar 29 13:39:09 2007
@@ -1874,7 +1874,7 @@ static int av_encode(AVFormatContext **o
             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 */




More information about the ffmpeg-cvslog mailing list