diff options
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/videobuf2-v4l2.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/media/videobuf2-v4l2.h b/include/media/videobuf2-v4l2.h index a9961bc776dc..8a10889dc2fd 100644 --- a/include/media/videobuf2-v4l2.h +++ b/include/media/videobuf2-v4l2.h | |||
@@ -59,8 +59,7 @@ struct vb2_v4l2_buffer { | |||
59 | * vb2_find_timestamp() - Find buffer with given timestamp in the queue | 59 | * vb2_find_timestamp() - Find buffer with given timestamp in the queue |
60 | * | 60 | * |
61 | * @q: pointer to &struct vb2_queue with videobuf2 queue. | 61 | * @q: pointer to &struct vb2_queue with videobuf2 queue. |
62 | * @timestamp: the timestamp to find. Only buffers in state DEQUEUED or DONE | 62 | * @timestamp: the timestamp to find. |
63 | * are considered. | ||
64 | * @start_idx: the start index (usually 0) in the buffer array to start | 63 | * @start_idx: the start index (usually 0) in the buffer array to start |
65 | * searching from. Note that there may be multiple buffers | 64 | * searching from. Note that there may be multiple buffers |
66 | * with the same timestamp value, so you can restart the search | 65 | * with the same timestamp value, so you can restart the search |