Re: [PATCH] libv4l1: Move VIDIOCGFBUF into libv4l1

2010-06-01 Thread Huzaifa Sidhpurwala
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hans de Goede wrote: > Hi, > > Thanks, I've applied your patch with one small fix, > The else block at the end of was wrongly indented > (one indent level too much) It is the else for the first if, not the > second. > Note the first if has a { at the

Re: [PATCH] libv4l1: Move VIDIOCGFBUF into libv4l1

2010-06-01 Thread Hans de Goede
Hi, Thanks, I've applied your patch with one small fix, The else block at the end of was wrongly indented (one indent level too much) It is the else for the first if, not the second. Note the first if has a { at the end of the line, and the second does not, and the else starts with a }. Regards,

[PATCH] libv4l1: Move VIDIOCGFBUF into libv4l1

2010-05-31 Thread huzaifas
From: Huzaifa Sidhpurwala Move VIDIOCGFBUF into libv4l1 Signed-off-by: Huzaifa Sidhpurwala --- lib/libv4l1/libv4l1.c | 45 + 1 files changed, 45 insertions(+), 0 deletions(-) diff --git a/lib/libv4l1/libv4l1.c b/lib/libv4l1/libv4l1.c index e13feba