Skip to content

Commit

Permalink
SGDemuxerOptions: Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
libobjc committed Sep 11, 2019
1 parent 50def88 commit d7ce863
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SGPlayer/Classes/Core/SGOption/SGDemuxerOptions.m
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ - (id)copyWithZone:(NSZone *)zone
- (instancetype)init
{
if (self = [super init]) {
self->_options = @{@"timeout" : @(20 * 1000 * 1000),
@"reconnect" : @(1),
@"user-agent" : @"SGPlayer"};
self->_options = @{@"reconnect" : @(1),
@"user-agent" : @"SGPlayer",
@"timeout" : @(20 * 1000 * 1000)};
}
return self;
}
Expand Down

0 comments on commit d7ce863

Please sign in to comment.