Ian Baker
Ian Baker
Please can you add a test image and test case that fails without this fix? Maybe you could make a copy of [`webp_without_exif.webp`](https://github.com/androidx/androidx/blob/androidx-main/exifinterface/exifinterface/src/androidTest/res/raw/webp_without_exif.webp) and resize it to 8192 or greater...
I've added a test that exercises this bug, and marked it `@Ignore`, and sent it for review: http://r.android.com/3204431 I think there are a few options: 1. You copy what I've...
Thanks, please can you take a look at my comment on L6736 of your code as well.
> > Thanks, please can you take a look at my comment on L6736 of your code as well. > > Where can I find the comment ? Github ?...
Looks good to me, @dlam or @yigit please can you take a look and merge this?
> Looks good to me, @dlam or @yigit please can you take a look and merge this? I misunderstood the process - it's being merged in http://r.android.com/3204842 which will then...
I'll take a look at the test failure on http://r.android.com/3204842 tomorrow - it looks like my test causes an OOM when trying to decode the large WebP file to check...
The test is only failing on API 21 on the [FTL](https://firebase.google.com/docs/test-lab) emulators used in the automated testing (I wasn't able to repro the same failre on an API 21 x86...
We are planning a 1.4.0 release, but I'm afraid we don't have a timeline to share at the moment.
The symptoms you're seeing are due to ExoPlayer considering the file 'unseekable'. Often with MKV files this happens because the file doesn't contain a `Cues` element: https://github.com/google/ExoPlayer/issues/9901 However in this...