aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/media/videobuf2-core.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/media/videobuf2-core.h b/include/media/videobuf2-core.h
index dbd10acc8e80..692e35c232a9 100644
--- a/include/media/videobuf2-core.h
+++ b/include/media/videobuf2-core.h
@@ -218,9 +218,9 @@ struct vb2_buffer {
218 * pre-queued buffers before calling STREAMON 218 * pre-queued buffers before calling STREAMON
219 */ 219 */
220struct vb2_ops { 220struct vb2_ops {
221 int (*queue_setup)(struct vb2_queue *q, unsigned int *num_buffers, 221 int (*queue_setup)(struct vb2_queue *q, const struct v4l2_format *fmt,
222 unsigned int *num_planes, unsigned int sizes[], 222 unsigned int *num_buffers, unsigned int *num_planes,
223 void *alloc_ctxs[]); 223 unsigned int sizes[], void *alloc_ctxs[]);
224 224
225 void (*wait_prepare)(struct vb2_queue *q); 225 void (*wait_prepare)(struct vb2_queue *q);
226 void (*wait_finish)(struct vb2_queue *q); 226 void (*wait_finish)(struct vb2_queue *q);