mirror of
https://github.com/androidx/media.git
synced 2025-05-03 21:57:46 +08:00
Use long instead of int for MP3 sample counter.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=120331805
This commit is contained in:
parent
2e0518f47b
commit
6f32636f40
@ -67,7 +67,7 @@ public final class Mp3Extractor implements Extractor {
|
||||
private GaplessInfo gaplessInfo;
|
||||
private Seeker seeker;
|
||||
private long basisTimeUs;
|
||||
private int samplesRead;
|
||||
private long samplesRead;
|
||||
private int sampleBytesRemaining;
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user