diff options
author | Hans Verkuil <hansverk@cisco.com> | 2016-07-12 11:39:37 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-12 12:46:26 -0300 |
commit | 53ae925160327fc6ecd30ef21c6304eb555c5002 (patch) | |
tree | e8fc920d8a04d7be0a74b662df10c480f371f390 /Documentation/media/videodev2.h.rst.exceptions | |
parent | 0a07ab9a80fda60f8bdcf3c2fd1b191b47392be5 (diff) | |
download | blackbird-obmc-linux-53ae925160327fc6ecd30ef21c6304eb555c5002.tar.gz blackbird-obmc-linux-53ae925160327fc6ecd30ef21c6304eb555c5002.zip |
[media] vidioc-g-dv-timings.rst: document interlaced defines
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>
Diffstat (limited to 'Documentation/media/videodev2.h.rst.exceptions')
-rw-r--r-- | Documentation/media/videodev2.h.rst.exceptions | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/media/videodev2.h.rst.exceptions b/Documentation/media/videodev2.h.rst.exceptions index aaba429ceb7d..46eae619a0a5 100644 --- a/Documentation/media/videodev2.h.rst.exceptions +++ b/Documentation/media/videodev2.h.rst.exceptions @@ -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 |