media/library/core/src
Steve Mayhew 48592071a3 Move back to UnexpectedDiscontinuityException extending a RuntimeException
This avoids massive changes to method signatures to add throws.  Also, took suggestion to make it an `IllegalStateException`.

Move the catch outside of the finally that sets `nextLoadPosition` (this allows for possible recovery by reseting the `Extractor` and `TimestampAdjuster`).

Lastly, took the suggestion to make a minimum value for the tolerance (especially usefull for very short i-Frame only segments).
2020-03-30 14:40:02 -07:00
..
androidTest Drop prefix test- from core test methods 2020-02-25 21:22:02 +00:00
main Move back to UnexpectedDiscontinuityException extending a RuntimeException 2020-03-30 14:40:02 -07:00
test Rollback of 5485133e5c 2020-03-11 16:27:58 +00:00