media/library/dash/src/test
olly 90c4cd2e71 Fix EventMessage timestamp issue
Stop encoding/decoding presentation time as part of the message.
What's actually in emsg boxes is a presentation time delta,
which is why it's only 32 bits, and hence why it doesn't handle
large absolute timestamps. We were using this field to hold
absolute timestamps only for the purpose of passing presentation
times from DashManifestParser.parseEvent back to the calling
method. After this change, we return Pair<Long, EventMessage>
instead.

Issue: #5490
PiperOrigin-RevId: 233561731
2019-02-19 18:06:03 +00:00
..
assets Merge pull request #4930 from Comcast/program_information 2018-10-31 21:55:12 +00:00
java/com/google/android/exoplayer2/source/dash Fix EventMessage timestamp issue 2019-02-19 18:06:03 +00:00
resources Move extension tests to Robolectric. 2018-02-27 11:03:50 +00:00
AndroidManifest.xml Remove test max SDK version overrides. 2018-04-08 16:39:57 +01:00