shared context and rename config filer
This commit is contained in:
+2
-1
@@ -5,7 +5,8 @@
|
||||
|
||||
VideoCapture video_init(char *name, unsigned int preferred_height);
|
||||
|
||||
void video_background_read(VideoCapture *video_capture, SharedBool *stop);
|
||||
void video_background_read(VideoCapture *video_capture, SharedContext *context,
|
||||
int input_index);
|
||||
|
||||
void video_free(VideoCapture video_capture);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user