shared data and pass fps to main thread

This commit is contained in:
2025-09-26 17:10:54 +02:00
parent 30c0eaa84b
commit 80ea990cf7
14 changed files with 210 additions and 42 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, bool *stop);
void video_background_read(VideoCapture *video_capture, SharedBool *stop);
void video_free(VideoCapture video_capture);