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:
andrewlewis 2016-04-20 06:43:06 -07:00 committed by Oliver Woodman
parent 2e0518f47b
commit 6f32636f40

View File

@ -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;
/**