diff options
| author | sakumisu <[email protected]> | 2022-02-28 15:21:24 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2022-02-28 15:21:24 +0800 |
| commit | 789783b25689d7cd4458df0c2fc26dcbcdb8a05a (patch) | |
| tree | 56b69249c041cfd4f3c3cc2d69d87831b47a073c | |
| parent | 6c31c196d0607dd2d323c97c1cebcea5b4dfd498 (diff) | |
delete comma
| -rw-r--r-- | class/video/usb_video.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/class/video/usb_video.h b/class/video/usb_video.h index a7f4669a..917149f8 100644 --- a/class/video/usb_video.h +++ b/class/video/usb_video.h @@ -1135,7 +1135,7 @@ struct video_autoexposure_mode { 0x00, /* bTriggerSupport : Hardware trigger supported for still image capture */ \ 0x00, /* bTriggerUsage : Hardware trigger should initiate a still image capture. */ \ 0x01, /* bControlSize : Size of the bmaControls field */ \ - 0x00, /* bmaControls : No VideoStreaming specific controls are supported.*/ + 0x00 /* bmaControls : No VideoStreaming specific controls are supported.*/ #define VIDEO_VS_FORMAT_UNCOMPRESSED_DESCRIPTOR_INIT(bFormatIndex, bNumFrameDescriptors, GUIDFormat) \ /*Payload Format(UNCOMPRESSED) Descriptor */ \ |
