Video is mostly working now. It's just chopped off in the view now.

This commit is contained in:
Cameron Gutman
2014-10-19 02:07:13 -04:00
parent 037df87585
commit 3a6472eb0b
8 changed files with 48 additions and 127 deletions

View File

@@ -12,7 +12,7 @@
@interface VideoDecoderRenderer : NSObject
- (id)init;
- (id)initWithView:(UIView*)view;
- (void)submitDecodeBuffer:(unsigned char *)data length:(int)length;