media/testdata
tonihei 96ccb893f2 Fix timestamp rounding error in fMP4 extractor.
The sample timestamps are currently rounded to milliseconds, only to
be multiplied by 1000 later. This causes rounding errors where the sample
timestamps don't match the timestamps in the seek table (which are already
in microseconds).

issue:#7086
PiperOrigin-RevId: 307630559
2020-04-27 10:19:23 +01:00
..
src Fix timestamp rounding error in fMP4 extractor. 2020-04-27 10:19:23 +01:00
build.gradle Create testdata module 2020-02-11 17:08:45 +00:00
README.md Create testdata module 2020-02-11 17:08:45 +00:00

ExoPlayer test data

Provides sample data for ExoPlayer unit and instrumentation tests.