Commit 6f32636f by andrewlewis Committed by Oliver Woodman

Use long instead of int for MP3 sample counter.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=120331805
parent 2e0518f4
...@@ -67,7 +67,7 @@ public final class Mp3Extractor implements Extractor { ...@@ -67,7 +67,7 @@ public final class Mp3Extractor implements Extractor {
private GaplessInfo gaplessInfo; private GaplessInfo gaplessInfo;
private Seeker seeker; private Seeker seeker;
private long basisTimeUs; private long basisTimeUs;
private int samplesRead; private long samplesRead;
private int sampleBytesRemaining; private int sampleBytesRemaining;
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment