diff options
author | Sakari Ailus <sakari.ailus@linux.intel.com> | 2018-11-21 18:29:35 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-11-23 11:16:29 +0100 |
commit | 5f229dcabc4acfb4e233e7678569f0fb9ab9c469 (patch) | |
tree | 52363894f33e0e3a34a3e56607adff19b2f83345 /Documentation/media/uapi/v4l/vidioc-subdev-g-frame-interval.rst | |
parent | media: sun6i: Add A31 compatible (diff) | |
download | linux-5f229dcabc4acfb4e233e7678569f0fb9ab9c469.tar.xz linux-5f229dcabc4acfb4e233e7678569f0fb9ab9c469.zip |
media: v4l: uAPI doc: Changing frame interval won't change format
Document that changing the frame interval has no effect on frame size.
While this was the assumption in the API, it was not documented as such.
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'Documentation/media/uapi/v4l/vidioc-subdev-g-frame-interval.rst')
-rw-r--r-- | Documentation/media/uapi/v4l/vidioc-subdev-g-frame-interval.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/media/uapi/v4l/vidioc-subdev-g-frame-interval.rst b/Documentation/media/uapi/v4l/vidioc-subdev-g-frame-interval.rst index 5af0a7179941..f889c20f231c 100644 --- a/Documentation/media/uapi/v4l/vidioc-subdev-g-frame-interval.rst +++ b/Documentation/media/uapi/v4l/vidioc-subdev-g-frame-interval.rst @@ -63,6 +63,9 @@ doesn't match the device capabilities. They must instead modify the interval to match what the hardware can provide. The modified interval should be as close as possible to the original request. +Changing the frame interval shall never change the format. Changing the +format, on the other hand, may change the frame interval. + Sub-devices that support the frame interval ioctls should implement them on a single pad only. Their behaviour when supported on multiple pads of the same sub-device is not defined. |