V4L/DVB: V4L2 Spec: Improve the VIDIOC_QUERY_DV_PRESET description
Make explicit what should happen when the input signal is missing, unreliable or does not map to a supported preset. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
51ff9ef133
commit
f1158af2b2
|
@ -53,8 +53,10 @@ input</refpurpose>
|
||||||
automatically, similar to sensing the video standard. To do so, applications
|
automatically, similar to sensing the video standard. To do so, applications
|
||||||
call <constant> VIDIOC_QUERY_DV_PRESET</constant> with a pointer to a
|
call <constant> VIDIOC_QUERY_DV_PRESET</constant> with a pointer to a
|
||||||
&v4l2-dv-preset; type. Once the hardware detects a preset, that preset is
|
&v4l2-dv-preset; type. Once the hardware detects a preset, that preset is
|
||||||
returned in the preset field of &v4l2-dv-preset;. When detection is not
|
returned in the preset field of &v4l2-dv-preset;. If the preset could not be
|
||||||
possible or fails, the value V4L2_DV_INVALID is returned.</para>
|
detected because there was no signal, or the signal was unreliable, or the
|
||||||
|
signal did not map to a supported preset, then the value V4L2_DV_INVALID is
|
||||||
|
returned.</para>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
<refsect1>
|
<refsect1>
|
||||||
|
|
Loading…
Reference in New Issue