fix: don't log errors while reconnecting
This commit is contained in:
+2
-1
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user