[FFmpeg-cvslog] r25414 - trunk/libavformat/mpegenc.c
michael
subversion
Fri Oct 8 17:41:42 CEST 2010
Author: michael
Date: Fri Oct 8 17:41:41 2010
New Revision: 25414
Log:
Add a space between the else and { in mpegenc.c in the line i added.
Modified:
trunk/libavformat/mpegenc.c
Modified: trunk/libavformat/mpegenc.c
==============================================================================
--- trunk/libavformat/mpegenc.c Fri Oct 8 14:05:04 2010 (r25413)
+++ trunk/libavformat/mpegenc.c Fri Oct 8 17:41:41 2010 (r25414)
@@ -367,7 +367,7 @@ static int mpeg_mux_init(AVFormatContext
stream->id = mpv_id++;
if (st->codec->rc_buffer_size)
stream->max_buffer_size = 6*1024 + st->codec->rc_buffer_size/8;
- else{
+ else {
av_log(ctx, AV_LOG_WARNING, "VBV buffer size not set, muxing may fail\n");
stream->max_buffer_size = 230*1024; //FIXME this is probably too small as default
}
More information about the ffmpeg-cvslog
mailing list