OSDN Git Service

media: doc-rst: Fix broken references
authorRicardo Ribalda Delgado <ricardo@ribalda.com>
Fri, 9 Nov 2018 15:25:41 +0000 (10:25 -0500)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Fri, 23 Nov 2018 10:42:49 +0000 (05:42 -0500)
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>
Documentation/media/v4l-drivers/sh_mobile_ceu_camera.rst
drivers/media/platform/sh_vou.c

index e40ffea..9b1e1c5 100644 (file)
@@ -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."
index cee58b1..5799aa4 100644 (file)
@@ -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);