mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-03-13 02:53:42 +00:00
lint fix
This commit is contained in:
@@ -328,7 +328,7 @@ int us_device_grab_buffer(us_device_s *dev, us_hw_buffer_s **hw) {
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
++skipped;
|
++skipped;
|
||||||
buf_got = false;
|
// buf_got = false;
|
||||||
}
|
}
|
||||||
memcpy(&buf, &new, sizeof(struct v4l2_buffer));
|
memcpy(&buf, &new, sizeof(struct v4l2_buffer));
|
||||||
buf_got = true;
|
buf_got = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user