mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-27 05:00:37 +00:00
Add a space between the else and { in mpegenc.c in the line i added.
Originally committed as revision 25414 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
011071e717
commit
d03b93e372
@ -367,7 +367,7 @@ static int mpeg_mux_init(AVFormatContext *ctx)
|
||||
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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user