fix: don't log errors while reconnecting

This commit is contained in:
2026-05-16 16:46:15 +02:00
parent 9969230cd9
commit 7cce5babc2
5 changed files with 38 additions and 15 deletions
+2 -1
View File
@@ -6,7 +6,8 @@
#ifdef VIDEO_IN
void video_init(VideoCapture *video_capture, const char *name,
unsigned int preferred_height, unsigned int buffer_count);
unsigned int preferred_height, unsigned int buffer_count,
bool log_error);
void *video_background_read(void *args);