mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue