diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c index d8b4230850..87e31e25fc 100644 --- a/libavformat/dashenc.c +++ b/libavformat/dashenc.c @@ -611,7 +611,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->muxer_overhead); + os->bit_rate); if (as->media_type == AVMEDIA_TYPE_VIDEO) { AVStream *st = s->streams[i];