Re: [PATCH v5 3/9] videobuf2: Clarify queue_setup() and buf_prepare() usage documentation

2013-08-02 Thread Hans Verkuil
On 08/02/2013 03:03 AM, Laurent Pinchart wrote: > Explain how the two operations must handle formats and validate buffer > sizes when used with VIDIOC_CREATE_BUFS. > > Signed-off-by: Laurent Pinchart Acked-by: Hans Verkuil Regards, Hans -- To unsubscribe from this list: send the lin

[PATCH v5 3/9] videobuf2: Clarify queue_setup() and buf_prepare() usage documentation

2013-08-01 Thread Laurent Pinchart
Explain how the two operations must handle formats and validate buffer sizes when used with VIDIOC_CREATE_BUFS. Signed-off-by: Laurent Pinchart --- include/media/videobuf2-core.h | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/include/media/videobuf2-core.h b/incl