refactor: use struct pointers everywhere and bump max sizes

This commit is contained in:
2025-11-08 19:29:04 +01:00
parent 3b7a550b6a
commit b4b79cea12
8 changed files with 33 additions and 33 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
void video_init(VideoCapture *video_capture, char *name,
unsigned int preferred_height);
bool video_background_read(VideoCapture video_capture, SharedContext *context,
bool video_background_read(VideoCapture *video_capture, SharedContext *context,
int input_index, bool trace_fps);
void video_free(VideoCapture *video_capture);