Re: [PATCH 1/2] v4l: videodev2: add buffer size to SDR format

2014-07-18 Thread Hans Verkuil
On 07/18/2014 09:29 PM, Antti Palosaari wrote: > Add buffer size field to struct v4l2_sdr_format. It is used for > negotiate streaming buffer size between application and driver. Yes, that's what I had in mind. Can you provide a DocBook patch as well? This patch: Acked-by: Hans Verkuil Regards

[PATCH 1/2] v4l: videodev2: add buffer size to SDR format

2014-07-18 Thread Antti Palosaari
Add buffer size field to struct v4l2_sdr_format. It is used for negotiate streaming buffer size between application and driver. Cc: Hans Verkuil Signed-off-by: Antti Palosaari --- include/uapi/linux/videodev2.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/uapi/