mirror of
https://github.com/samsonjs/media.git
synced 2026-04-08 11:45:51 +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,
|
||||
int downstreamRendererCount) {
|
||||
int downstreamRendererCount) {
|
||||
Assertions.checkState(Util.SDK_INT >= 16);
|
||||
this.remainingReleaseCount = downstreamRendererCount;
|
||||
|
||||
|
|
@ -94,7 +94,7 @@ public final class FrameworkSampleSource implements SampleSource {
|
|||
if (context != null) {
|
||||
extractor.setDataSource(context, uri, headers);
|
||||
} else {
|
||||
extractor.setDataSource(fileDescriptor, fileDescriptorOffset, fileDescriptorLength);
|
||||
extractor.setDataSource(fileDescriptor, fileDescriptorOffset, fileDescriptorLength);
|
||||
}
|
||||
|
||||
trackStates = new int[extractor.getTrackCount()];
|
||||
|
|
|
|||
Loading…
Reference in a new issue