Skip to content

Commit

Permalink
media: doc-rst: Fix broken references
Browse files Browse the repository at this point in the history
Documentation and code was linking the old documentation at:
http://v4l2spec.bytesex.org/spec/x1904.htm

Signed-off-by: Ricardo Ribalda Delgado <ricardo@ribalda.com>
Signed-off-by: Hans Verkuil <hansverk@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
  • Loading branch information
Ricardo Ribalda Delgado authored and Mauro Carvalho Chehab committed Nov 23, 2018
1 parent b12c7af commit 02e6d2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/media/v4l-drivers/sh_mobile_ceu_camera.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ window:
S_CROP
------

The API at http://v4l2spec.bytesex.org/spec/x1904.htm says:
The :ref:`V4L2 crop API <crop-scale>` says:

"...specification does not define an origin or units. However by convention
drivers should horizontally count unscaled samples relative to 0H."
Expand Down
2 changes: 1 addition & 1 deletion drivers/media/platform/sh_vou.c
Original file line number Diff line number Diff line change
Expand Up @@ -1007,7 +1007,7 @@ static int sh_vou_s_selection(struct file *file, void *fh,

/*
* No down-scaling. According to the API, current call has precedence:
* http://v4l2spec.bytesex.org/spec/x1904.htm#AEN1954 paragraph two.
* https://linuxtv.org/downloads/v4l-dvb-apis/uapi/v4l/crop.html#cropping-structures
*/
vou_adjust_input(&geo, vou_dev->std);

Expand Down

0 comments on commit 02e6d2e

Please sign in to comment.