media/library/hls/src/test
olly b7399c7559 Fix bug in Aes128DataSource
Open was not calling through to upstream.open. This was not problematic for
reading, because DataSourceInputStream.read would open the upstream if it's
not open already. It was however a problem for calling getUri() between
calling open and the first call to read, which would end up calling
upstream.getUri() on the not-yet-opened upstream.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=195689472
2018-05-07 19:18:05 +01:00
..
java/com/google/android/exoplayer2/source/hls Fix bug in Aes128DataSource 2018-05-07 19:18:05 +01: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