Rip out the old video renderer and decoder

This commit is contained in:
Cameron Gutman
2014-10-18 22:43:52 -04:00
parent 2062c4c3e9
commit 374caee973
109 changed files with 60 additions and 25085 deletions

View File

@@ -0,0 +1,17 @@
//
// VideoDecoderRenderer.h
// Limelight
//
// Created by Cameron Gutman on 10/18/14.
// Copyright (c) 2014 Limelight Stream. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface VideoDecoderRenderer : NSOperation
- (id)initWithTarget:(UIView *)target;
@property UIView* renderTarget;
@end