diff options
| author | hathach <[email protected]> | 2026-02-07 18:01:23 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-02-07 18:01:23 +0700 |
| commit | 25de49f8f6e8590eb548d4016e030d19166b9fb3 (patch) | |
| tree | 52f234b615349c4469dc8e140fa97976c68233f5 /src/class/video | |
| parent | a1a4f34e2261bb591258870870e2fd08ca60cda7 (diff) | |
minor update
Diffstat (limited to 'src/class/video')
| -rw-r--r-- | src/class/video/video_device.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/class/video/video_device.h b/src/class/video/video_device.h index f14555e4f..2750bb2fb 100644 --- a/src/class/video/video_device.h +++ b/src/class/video/video_device.h @@ -99,8 +99,7 @@ int tud_video_commit_cb(uint_fast8_t ctl_idx, uint_fast8_t stm_idx, * @param[in] stm_idx Destination streaming interface index * @param[out] payload_buf Payload storage buffer (target buffer for requested data) * @param[in] payload_size Size of payload_buf (requested data size) - * @param[in] offset Current byte offset relative to given bufsize from tud_video_n_frame_xfer (framesize) - * @return video_error_code_t */ + * @param[in] offset Current byte offset relative to given bufsize from tud_video_n_frame_xfer (framesize) */ void tud_video_prepare_payload_cb(uint_fast8_t ctl_idx, uint_fast8_t stm_idx, tud_video_payload_request_t* request); //--------------------------------------------------------------------+ |
