shared context and rename config filer

This commit is contained in:
2025-09-28 16:26:53 +02:00
parent b12fb43654
commit 6eaba98fff
14 changed files with 145 additions and 195 deletions
+2 -1
View File
@@ -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);