mirror of
https://github.com/samsonjs/media.git
synced 2026-04-05 11:15:46 +00:00
Remove an extra blank line in ExtractorSampleSource.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=122065476
This commit is contained in:
parent
5ca9f62753
commit
7980e495a7
1 changed files with 0 additions and 1 deletions
|
|
@ -454,7 +454,6 @@ public final class ExtractorSampleSource implements SampleSource, ExtractorOutpu
|
|||
|
||||
/* package */ boolean isReady(int track) {
|
||||
return loadingFinished || (!isPendingReset() && !sampleQueues[track].isEmpty());
|
||||
|
||||
}
|
||||
|
||||
/* package */ void maybeThrowError() throws IOException {
|
||||
|
|
|
|||
Loading…
Reference in a new issue