-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix presentationDelay being set to NaN.
In the DASH parser, if there was no suggestedPresentationDelay and ignoreMinBufferTime was set to true, the parser would set the presentationDelay to NaN. This was because Math.max() will return NaN if undefined is passed into it. This changes minBufferTime to default to 0, if ignoreMinBufferTime is true. Fixes #2015 Change-Id: I8fc61706a04d14fd729e2185ce993a8bc87e48e5
- Loading branch information
1 parent
1327ab9
commit 1e4e5e3
Showing
2 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters