Re: [PATCH 1/4] media-ctl: add pad support to set/get_frame_interval

2017-02-12 Thread Sakari Ailus
Hi Philipp, On Tue, Feb 07, 2017 at 05:08:47PM +0100, Philipp Zabel wrote: > This allows to set and get the frame interval on pads other than pad 0. > > Signed-off-by: Philipp Zabel > --- > utils/media-ctl/libv4l2subdev.c | 24 ++-- >

[PATCH 1/4] media-ctl: add pad support to set/get_frame_interval

2017-02-07 Thread Philipp Zabel
This allows to set and get the frame interval on pads other than pad 0. Signed-off-by: Philipp Zabel --- utils/media-ctl/libv4l2subdev.c | 24 ++-- utils/media-ctl/v4l2subdev.h| 4 ++-- 2 files changed, 16 insertions(+), 12 deletions(-) diff