diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2016-07-20 15:39:42 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-08-24 15:58:02 +0300 |
commit | 3f8d56b0223d18b58597331cdf8422348dd51870 (patch) | |
tree | a9140e1dcc2933376f0a9bf79ab5791e2d0200ef /Documentation/media/uapi/v4l/vidioc-cropcap.rst | |
parent | 0d0abef8d457c96dbb388cac5d3aec81650d8036 (diff) | |
download | linux-3f8d56b0223d18b58597331cdf8422348dd51870.tar.xz |
[media] media: doc-rst: document ENODATA for cropping ioctls
Document that the cropping ioctls can return ENODATA if the operation
isn't supported for the current input or output.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media/uapi/v4l/vidioc-cropcap.rst')
-rw-r--r-- | Documentation/media/uapi/v4l/vidioc-cropcap.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/media/uapi/v4l/vidioc-cropcap.rst b/Documentation/media/uapi/v4l/vidioc-cropcap.rst index b41fdd69054b..9b7c99eef717 100644 --- a/Documentation/media/uapi/v4l/vidioc-cropcap.rst +++ b/Documentation/media/uapi/v4l/vidioc-cropcap.rst @@ -167,3 +167,6 @@ appropriately. The generic error codes are described at the EINVAL The struct :ref:`v4l2_cropcap <v4l2-cropcap>` ``type`` is invalid. + +ENODATA + Cropping is not supported for this input or output. |