This commit is contained in:
Maxim Devaev
2023-08-23 07:11:57 +03:00
parent a102a4a3db
commit aa90ed1fbb

View File

@@ -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;