[c-host] app: inital capture is now working

This commit is contained in:
Geoffrey McRae
2019-03-04 09:37:50 +11:00
parent ff850c4251
commit fcc06dfad4
5 changed files with 76 additions and 4 deletions

View File

@@ -46,6 +46,7 @@ typedef struct CaptureFrame
unsigned int width;
unsigned int height;
unsigned int pitch;
unsigned int stride;
CaptureFormat format;
void * data;
}