delete comma

This commit is contained in:
sakumisu
2022-02-28 15:21:24 +08:00
parent 6c31c196d0
commit 789783b256

View File

@@ -1135,7 +1135,7 @@ struct video_autoexposure_mode {
0x00, /* bTriggerSupport : Hardware trigger supported for still image capture */ \ 0x00, /* bTriggerSupport : Hardware trigger supported for still image capture */ \
0x00, /* bTriggerUsage : Hardware trigger should initiate a still image capture. */ \ 0x00, /* bTriggerUsage : Hardware trigger should initiate a still image capture. */ \
0x01, /* bControlSize : Size of the bmaControls field */ \ 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) \ #define VIDEO_VS_FORMAT_UNCOMPRESSED_DESCRIPTOR_INIT(bFormatIndex, bNumFrameDescriptors, GUIDFormat) \
/*Payload Format(UNCOMPRESSED) Descriptor */ \ /*Payload Format(UNCOMPRESSED) Descriptor */ \