Re: [RFC PATCH 5/8] videodev2.h: defines to calculate blanking and frame sizes

2013-08-05 Thread Prabhakar Lad
Hi Hans, Thanks for the patch. On Mon, Jul 29, 2013 at 6:10 PM, Hans Verkuil wrote: > From: Hans Verkuil > > It is very common to have to calculate the total width and height of the > blanking and the full frame, so add a few defines that deal with that. > > Signed-off-by: Hans Verkuil Acked-

[RFC PATCH 5/8] videodev2.h: defines to calculate blanking and frame sizes

2013-07-29 Thread Hans Verkuil
From: Hans Verkuil It is very common to have to calculate the total width and height of the blanking and the full frame, so add a few defines that deal with that. Signed-off-by: Hans Verkuil --- include/uapi/linux/videodev2.h | 10 ++ 1 file changed, 10 insertions(+) diff --git a/incl