mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix formatting
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=130662159
This commit is contained in:
parent
83e466d129
commit
f2ee7ef07b
1 changed files with 2 additions and 1 deletions
|
|
@ -215,7 +215,8 @@ public final class ConcatenatingMediaSource implements MediaSource {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int getWindowLastPeriodIndex(int windowIndex) {int sourceIndex = getSourceIndexForWindow(windowIndex);
|
public int getWindowLastPeriodIndex(int windowIndex) {
|
||||||
|
int sourceIndex = getSourceIndexForWindow(windowIndex);
|
||||||
int firstPeriodIndexInSource = getFirstPeriodIndexInSource(sourceIndex);
|
int firstPeriodIndexInSource = getFirstPeriodIndexInSource(sourceIndex);
|
||||||
int firstWindowIndexInSource = getFirstWindowIndexInSource(sourceIndex);
|
int firstWindowIndexInSource = getFirstWindowIndexInSource(sourceIndex);
|
||||||
return firstPeriodIndexInSource + timelines[sourceIndex].getWindowLastPeriodIndex(
|
return firstPeriodIndexInSource + timelines[sourceIndex].getWindowLastPeriodIndex(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue