mirror of
https://github.com/samsonjs/media.git
synced 2026-04-01 10:35:48 +00:00
Also make some casting that is needed a bit safer. Error Prone was complaining about casting `long` to `int` before passing it to `Extractor.seek(long, long)`: > Converting a `long` or `Long` to an `int` to pass as a `long` > parameter is usually not necessary. If this conversion is intentional, > consider `Longs.constrainToRange()` instead. PiperOrigin-RevId: 545226063 |
||
|---|---|---|
| .. | ||
| src | ||
| build.gradle | ||
| proguard-rules.txt | ||
| README.md | ||