media/library/core/src/test
andrewlewis 6748eeca6a Avoid potential ArrayStoreException with audio processors
The app is able to pass a more specialized array type, so the Arrays.copyOf call
produces an array into which it's not valid to store arbitrary AudioProcessors.

Create a new array and copy into it to avoid this problem.

PiperOrigin-RevId: 264779164
2019-08-23 17:02:41 +01:00
..
assets Revert to using header bitrate for CBR MP3s 2019-08-01 20:40:10 +01:00
java/com/google/android/exoplayer2 Avoid potential ArrayStoreException with audio processors 2019-08-23 17:02:41 +01:00
AndroidManifest.xml Use versioned manifest in all Robolectric tests. 2019-05-21 13:51:43 +01:00