mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Replace tabs with spaces.
This commit is contained in:
parent
4f65e94e93
commit
14d1317ce0
1 changed files with 2 additions and 2 deletions
|
|
@ -74,7 +74,7 @@ public final class FrameworkSampleSource implements SampleSource {
|
||||||
}
|
}
|
||||||
|
|
||||||
public FrameworkSampleSource(FileDescriptor fileDescriptor, long offset, long length,
|
public FrameworkSampleSource(FileDescriptor fileDescriptor, long offset, long length,
|
||||||
int downstreamRendererCount) {
|
int downstreamRendererCount) {
|
||||||
Assertions.checkState(Util.SDK_INT >= 16);
|
Assertions.checkState(Util.SDK_INT >= 16);
|
||||||
this.remainingReleaseCount = downstreamRendererCount;
|
this.remainingReleaseCount = downstreamRendererCount;
|
||||||
|
|
||||||
|
|
@ -94,7 +94,7 @@ public final class FrameworkSampleSource implements SampleSource {
|
||||||
if (context != null) {
|
if (context != null) {
|
||||||
extractor.setDataSource(context, uri, headers);
|
extractor.setDataSource(context, uri, headers);
|
||||||
} else {
|
} else {
|
||||||
extractor.setDataSource(fileDescriptor, fileDescriptorOffset, fileDescriptorLength);
|
extractor.setDataSource(fileDescriptor, fileDescriptorOffset, fileDescriptorLength);
|
||||||
}
|
}
|
||||||
|
|
||||||
trackStates = new int[extractor.getTrackCount()];
|
trackStates = new int[extractor.getTrackCount()];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue