Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

media: doc-rst: Fix broken references

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>

authored by

Ricardo Ribalda Delgado and committed by
Mauro Carvalho Chehab
02e6d2ea b12c7afc

+2 -2
+1 -1
Documentation/media/v4l-drivers/sh_mobile_ceu_camera.rst
··· 114 114 S_CROP 115 115 ------ 116 116 117 - The API at http://v4l2spec.bytesex.org/spec/x1904.htm says: 117 + The :ref:`V4L2 crop API <crop-scale>` says: 118 118 119 119 "...specification does not define an origin or units. However by convention 120 120 drivers should horizontally count unscaled samples relative to 0H."
+1 -1
drivers/media/platform/sh_vou.c
··· 1007 1007 1008 1008 /* 1009 1009 * No down-scaling. According to the API, current call has precedence: 1010 - * http://v4l2spec.bytesex.org/spec/x1904.htm#AEN1954 paragraph two. 1010 + * https://linuxtv.org/downloads/v4l-dvb-apis/uapi/v4l/crop.html#cropping-structures 1011 1011 */ 1012 1012 vou_adjust_input(&geo, vou_dev->std); 1013 1013