v0.16.0
New feature
- Add save sorter that drops based on duration (#153)
Breaking change
- Arguments of
NewMultiTrackBlockSorter()
are changed to the functional options pattern.should be replaced byNewMultiTrackBlockSorter(maxDelay, rule)
NewMultiTrackBlockSorter(WithMaxDelayedPackets(maxDelay), WithSortRule(rule))