added video rendering libraries and renderer code. still not functioning

This commit is contained in:
Diego Waxemberg
2014-01-18 13:58:19 -05:00
parent 87d8d117c1
commit 029d3b0a97
298 changed files with 70432 additions and 56 deletions

View File

@@ -23,12 +23,6 @@
- (void)StreamButton:(UIButton *)sender
{
NSLog(@"Stream Button Pressed!");
VideoDepacketizer* depacketizer = [[VideoDepacketizer alloc] init];
NSString* path = [[NSBundle mainBundle] pathForResource:@"notpadded"
ofType:@"h264"];
NSLog(@"Path: %@", path);
[depacketizer readFile:path];
}
- (NSString *)pickerView:(UIPickerView *)pickerView titleForRow:(NSInteger)row forComponent:(NSInteger)component