mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-03-13 19:13:41 +00:00
fixed empty label for goto
This commit is contained in:
@@ -662,6 +662,7 @@ querystd:
|
|||||||
_D_LOG_DEBUG("Applied new video standard: %s", _standard_to_string(dev->standard));
|
_D_LOG_DEBUG("Applied new video standard: %s", _standard_to_string(dev->standard));
|
||||||
|
|
||||||
subscribe:
|
subscribe:
|
||||||
|
; // Empty statement for the goto label above
|
||||||
struct v4l2_event_subscription sub = {.type = V4L2_EVENT_SOURCE_CHANGE};
|
struct v4l2_event_subscription sub = {.type = V4L2_EVENT_SOURCE_CHANGE};
|
||||||
_D_LOG_DEBUG("Subscribing to V4L2_EVENT_SOURCE_CHANGE ...")
|
_D_LOG_DEBUG("Subscribing to V4L2_EVENT_SOURCE_CHANGE ...")
|
||||||
if (us_xioctl(dev->run->fd, VIDIOC_SUBSCRIBE_EVENT, &sub) < 0) {
|
if (us_xioctl(dev->run->fd, VIDIOC_SUBSCRIBE_EVENT, &sub) < 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user