mirror of
https://github.com/samsonjs/media.git
synced 2026-04-12 12:25:47 +00:00
Replaced tabs with spaces
This commit is contained in:
parent
796e5bc7d6
commit
8547f0c05d
1 changed files with 3 additions and 3 deletions
|
|
@ -74,9 +74,9 @@ public final class FrameworkSampleSource implements SampleSource {
|
|||
int downstreamRendererCount) {
|
||||
Assertions.checkState(Util.SDK_INT >= 16);
|
||||
|
||||
this.fileDescriptor = fileDescriptor;
|
||||
this.fdOffset = offset;
|
||||
this.fdLength = length;
|
||||
this.fileDescriptor = fileDescriptor;
|
||||
this.fdOffset = offset;
|
||||
this.fdLength = length;
|
||||
this.remainingReleaseCount = downstreamRendererCount;
|
||||
|
||||
this.context = null;
|
||||
|
|
|
|||
Loading…
Reference in a new issue