aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2015-03-09 09:06:55 -0400
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-04-02 19:33:37 -0400
commitba24b442033b7f50e24798685f4b24b8e4c3aaa2 (patch)
tree8a2d5ef9310e2b2bf4d353cbea643127d1548fe0 /Documentation
parent9c35bd48d54345b2c89426dd2efdb33adaa0aac3 (diff)
[media] vivid: do not allow video loopback for SEQ_TB/BT
Sequential top-bottom/bottom-top fields are not supported as video loopback. This is too much work to implement for field settings that are rarely used. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/video4linux/vivid.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/video4linux/vivid.txt b/Documentation/video4linux/vivid.txt
index 6cfc8541a362..cd4b5a1ac529 100644
--- a/Documentation/video4linux/vivid.txt
+++ b/Documentation/video4linux/vivid.txt
@@ -912,6 +912,11 @@ looped to the video input provided that:
912 sequence and field counting in struct v4l2_buffer on the capture side may not 912 sequence and field counting in struct v4l2_buffer on the capture side may not
913 be 100% accurate. 913 be 100% accurate.
914 914
915- field settings V4L2_FIELD_SEQ_TB/BT are not supported. While it is possible to
916 implement this, it would mean a lot of work to get this right. Since these
917 field values are rarely used the decision was made not to implement this for
918 now.
919
915- on the input side the "Standard Signal Mode" for the S-Video input or the 920- on the input side the "Standard Signal Mode" for the S-Video input or the
916 "DV Timings Signal Mode" for the HDMI input should be configured so that a 921 "DV Timings Signal Mode" for the HDMI input should be configured so that a
917 valid signal is passed to the video input. 922 valid signal is passed to the video input.