Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrussell7 committed May 20, 2020
1 parent 36a53f9 commit fa0b821
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Limelight/Stream/VideoDecoderRenderer.m
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include "Limelight.h"

@implementation VideoDecoderRenderer {
OSView* _view;
StreamView* _view;

AVSampleBufferDisplayLayer* displayLayer;
Boolean waitingForSps, waitingForPps, waitingForVps;
Expand Down Expand Up @@ -59,7 +59,7 @@ - (void)reinitializeDisplayLayer
}
}

- (id)initWithView:(UIView*)view
- (id)initWithView:(StreamView*)view
{
self = [super init];

Expand Down

0 comments on commit fa0b821

Please sign in to comment.