Skip to content

Commit 924b34e

Browse files
Hans Verkuilmchehab
authored andcommitted
[media] DocBook media: improve V4L2_DV_FL_HALF_LINE documentation
Explicitly specify where the half-line is added or removed in each field. Signed-off-by: Hans Verkuil <[email protected]> Cc: Prashant Laddha <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
1 parent e202e51 commit 924b34e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Documentation/DocBook/media/v4l/vidioc-g-dv-timings.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -318,10 +318,11 @@ can't generate such frequencies, then the flag will also be cleared.
318318
</row>
319319
<row>
320320
<entry>V4L2_DV_FL_HALF_LINE</entry>
321-
<entry>Specific to interlaced formats: if set, then field 1 (aka the odd field)
322-
is really one half-line longer and field 2 (aka the even field) is really one half-line
323-
shorter, so each field has exactly the same number of half-lines. Whether half-lines can be
324-
detected or used depends on the hardware.
321+
<entry>Specific to interlaced formats: if set, then the vertical frontporch
322+
of field 1 (aka the odd field) is really one half-line longer and the vertical backporch
323+
of field 2 (aka the even field) is really one half-line shorter, so each field has exactly
324+
the same number of half-lines. Whether half-lines can be detected or used depends on
325+
the hardware.
325326
</entry>
326327
</row>
327328
</tbody>

0 commit comments

Comments
 (0)