mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +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) {
|
int downstreamRendererCount) {
|
||||||
Assertions.checkState(Util.SDK_INT >= 16);
|
Assertions.checkState(Util.SDK_INT >= 16);
|
||||||
|
|
||||||
this.fileDescriptor = fileDescriptor;
|
this.fileDescriptor = fileDescriptor;
|
||||||
this.fdOffset = offset;
|
this.fdOffset = offset;
|
||||||
this.fdLength = length;
|
this.fdLength = length;
|
||||||
this.remainingReleaseCount = downstreamRendererCount;
|
this.remainingReleaseCount = downstreamRendererCount;
|
||||||
|
|
||||||
this.context = null;
|
this.context = null;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue