Syphon: fixed comparsion sign warning

This commit is contained in:
Martin Pulec
2022-05-16 13:50:40 +02:00
parent 9214871011
commit 46bbefd80c

View File

@@ -139,7 +139,7 @@ struct state_vidcap_syphon {
mutex lock;
condition_variable frame_ready_cv;
queue<video_frame *> q;
int max_queue_size = DEFAULT_MAX_QUEUE_SIZE;
size_t max_queue_size = DEFAULT_MAX_QUEUE_SIZE;
GLuint fbo_id;
GLuint tex_id;