added code to launch a stream and decode and render the stream

This commit is contained in:
Diego Waxemberg
2014-01-19 20:13:38 -05:00
parent 1ef314d3bd
commit e0cf044d60
16 changed files with 382 additions and 101 deletions

View File

@@ -9,7 +9,6 @@
#import <Foundation/Foundation.h>
@interface VideoDecoder : NSObject
- (void) decode:(uint8_t*)buffer length:(unsigned int)length;
int nv_avc_init(int width, int height, int perf_lvl, int thread_count);
void nv_avc_destroy(void);