Fix whitespace
This commit is contained in:
parent
9723f8849f
commit
1384b3f356
@ -47,11 +47,10 @@ static NSString *const statusKeyPath = @"status";
|
|||||||
{
|
{
|
||||||
if ((self = [super init])) {
|
if ((self = [super init])) {
|
||||||
_eventDispatcher = eventDispatcher;
|
_eventDispatcher = eventDispatcher;
|
||||||
|
|
||||||
_rate = 1.0;
|
_rate = 1.0;
|
||||||
_volume = 1.0;
|
_volume = 1.0;
|
||||||
|
_resizeMode = @"AVLayerVideoGravityResizeAspectFill";
|
||||||
_resizeMode = @"AVLayerVideoGravityResizeAspectFill";
|
|
||||||
|
|
||||||
_pendingSeek = false;
|
_pendingSeek = false;
|
||||||
_pendingSeekTime = 0.0f;
|
_pendingSeekTime = 0.0f;
|
||||||
_lastSeekTime = 0.0f;
|
_lastSeekTime = 0.0f;
|
||||||
|
Loading…
Reference in New Issue
Block a user