This commit is contained in:
2025-09-28 16:56:21 +02:00
parent fb071f95b4
commit 6905d0017d
6 changed files with 22 additions and 35 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
VideoCapture video_init(char *name, unsigned int preferred_height);
void video_background_read(VideoCapture *video_capture, SharedContext *context,
bool video_background_read(VideoCapture *video_capture, SharedContext *context,
int input_index);
void video_free(VideoCapture video_capture);