]> git.sesse.net Git - ffmpeg/commit
avformat/dashenc: Remove muxer overhead from Bandwidth field in DASH manifest
authorKarthick Jeyapal <kjeyapal@akamai.com>
Tue, 4 Sep 2018 08:15:48 +0000 (13:45 +0530)
committerKarthick Jeyapal <kjeyapal@akamai.com>
Tue, 11 Sep 2018 12:01:09 +0000 (17:31 +0530)
commit44ee858b6df0f3f350abd56bd18340c1d8d94ee8
tree2a874c2519dce48c97e47541a9ff13cd700cfa9d
parent606879ec42980368b8bfe523c90ad859f448b18b
avformat/dashenc: Remove muxer overhead from Bandwidth field in DASH manifest

Fixes bug id #7386
Muxer overhead calculations was intented for HLS playlist as Apple's mediastreamvalidator tests were failing.
But applying the same fix for DASH manifest proved counterproductive, as Bandwidth can be used for segment name templates.
libavformat/dashenc.c