working video backround + logging library

This commit is contained in:
2025-09-22 19:18:30 +02:00
parent ed4e3e54d6
commit 12373e82a0
20 changed files with 75 additions and 81 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
VideoDevice video_init(char *name, unsigned int preferred_width,
unsigned int preferred_height);
bool video_read(VideoDevice *device);
void video_background_read(VideoDevice *device, bool *stop);
void video_free(VideoDevice device);