Commit 8ac43395 authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab

[media] DocBook media: fix broken FIELD_ALTERNATE description

The sizeimage is that of a single field, not that of a full frame.
That makes no sense, and in fact all drivers supporting ALTERNATE will
set sizeimage to that of a field.
Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <m.chehab@samsung.com>
parent 22a437cd
...@@ -1470,10 +1470,9 @@ or application, depending on data direction, must set &v4l2-buffer; ...@@ -1470,10 +1470,9 @@ or application, depending on data direction, must set &v4l2-buffer;
<constant>V4L2_FIELD_BOTTOM</constant>. Any two successive fields pair <constant>V4L2_FIELD_BOTTOM</constant>. Any two successive fields pair
to build a frame. If fields are successive, without any dropped fields to build a frame. If fields are successive, without any dropped fields
between them (fields can drop individually), can be determined from between them (fields can drop individually), can be determined from
the &v4l2-buffer; <structfield>sequence</structfield> field. Image the &v4l2-buffer; <structfield>sequence</structfield> field. This format
sizes refer to the frame, not fields. This format cannot be selected cannot be selected when using the read/write I/O method since there
when using the read/write I/O method.<!-- Where it's indistinguishable is no way to communicate if a field was a top or bottom field.</entry>
from V4L2_FIELD_SEQ_*. --></entry>
</row> </row>
<row> <row>
<entry><constant>V4L2_FIELD_INTERLACED_TB</constant></entry> <entry><constant>V4L2_FIELD_INTERLACED_TB</constant></entry>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment