mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-21 06:50:56 +00:00
avformat/dashenc: addition of muxer overhead for @bandwidth param in MPD
This commit is contained in:
parent
af6058d03b
commit
2c51e33bc1
@ -555,7 +555,7 @@ static int write_adaptation_set(AVFormatContext *s, AVIOContext *out, int as_ind
|
||||
|
||||
if (os->bit_rate > 0)
|
||||
snprintf(bandwidth_str, sizeof(bandwidth_str), " bandwidth=\"%d\"",
|
||||
os->bit_rate);
|
||||
os->bit_rate + os->muxer_overhead);
|
||||
|
||||
if (as->media_type == AVMEDIA_TYPE_VIDEO) {
|
||||
AVStream *st = s->streams[i];
|
||||
|
Loading…
Reference in New Issue
Block a user