[media] vidioc-g-dv-timings.rst: document interlaced defines
authorHans Verkuil <hansverk@cisco.com>
Tue, 12 Jul 2016 14:39:37 +0000 (11:39 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 12 Jul 2016 15:46:26 +0000 (12:46 -0300)
Document V4L2_DV_PROGRESSIVE and V4L2_DV_INTERLACED and
fix missing references.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Documentation/media/uapi/v4l/vidioc-g-dv-timings.rst
Documentation/media/videodev2.h.rst.exceptions

index e19d64e0116a9d24909d46a39d0727a3ccfe6dcb..f7bf21f49092dcb328b8ab7c274c89f38de5f011 100644 (file)
@@ -100,7 +100,7 @@ EBUSY
 
        -  ``interlaced``
 
-       -  Progressive (0) or interlaced (1)
+       -  Progressive (``V4L2_DV_PROGRESSIVE``) or interlaced (``V4L2_DV_INTERLACED``).
 
     -  .. row 4
 
index aaba429ceb7d2b0f95324b07b4396b8b323a0dd9..46eae619a0a5370f5af6df59d94a08f3425e3747 100644 (file)
@@ -257,8 +257,8 @@ replace define V4L2_STD_ALL v4l2-std-id
 
 # V4L2 DT BT timings definitions
 
-replace define V4L2_DV_PROGRESSIVE v4l2-dv-fixme
-replace define V4L2_DV_INTERLACED v4l2-dv-fixme
+replace define V4L2_DV_PROGRESSIVE v4l2-bt-timings
+replace define V4L2_DV_INTERLACED v4l2-bt-timings
 
 replace define V4L2_DV_VSYNC_POS_POL v4l2-bt-timings
 replace define V4L2_DV_HSYNC_POS_POL v4l2-bt-timings
This page took 0.025609 seconds and 5 git commands to generate.