Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(DASH): Remove support for float durations.
We previously supported float duration attributes in DASH SegmentTemplate, due to an ambiguity in the DASH samples. The code linked to a DASH IOP issue asking if duration could be a float or it had to be an int. That issue has since been closed, with the clarification that duration attributes must be an unsigned int and the sample was in violation of the spec.
- Loading branch information