diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2013-03-17 09:34:04 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-03-24 11:02:08 -0400 |
commit | 9ca5470cc1433200698a43de2d6e683815e536e6 (patch) | |
tree | e756fb176bcfb818c8b03914667b8894df05fbae /Documentation/DocBook | |
parent | 73f35418a1e921443b5c9f4c58ae70df8b9d1bb6 (diff) |
[media] v4l2-ctrls: add V4L2_CID_MPEG_VIDEO_REPEAT_SEQ_HEADER control
Control whether video sequence headers should be repeated.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r-- | Documentation/DocBook/media/v4l/controls.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/DocBook/media/v4l/controls.xml b/Documentation/DocBook/media/v4l/controls.xml index 9e8f85498678..b4952e23201b 100644 --- a/Documentation/DocBook/media/v4l/controls.xml +++ b/Documentation/DocBook/media/v4l/controls.xml | |||
@@ -2300,6 +2300,12 @@ Possible values are:</entry> | |||
2300 | </row> | 2300 | </row> |
2301 | <row><entry></entry></row> | 2301 | <row><entry></entry></row> |
2302 | <row> | 2302 | <row> |
2303 | <entry spanname="id"><constant>V4L2_CID_MPEG_VIDEO_REPEAT_SEQ_HEADER</constant> </entry> | ||
2304 | <entry>boolean</entry> | ||
2305 | </row><row><entry spanname="descr">Repeat the video sequence headers. Repeating these | ||
2306 | headers makes random access to the video stream easier. Applicable to the MPEG1, 2 and 4 encoder.</entry> | ||
2307 | </row> | ||
2308 | <row> | ||
2303 | <entry spanname="id"><constant>V4L2_CID_MPEG_VIDEO_DECODER_MPEG4_DEBLOCK_FILTER</constant> </entry> | 2309 | <entry spanname="id"><constant>V4L2_CID_MPEG_VIDEO_DECODER_MPEG4_DEBLOCK_FILTER</constant> </entry> |
2304 | <entry>boolean</entry> | 2310 | <entry>boolean</entry> |
2305 | </row><row><entry spanname="descr">Enabled the deblocking post processing filter for MPEG4 decoder. | 2311 | </row><row><entry spanname="descr">Enabled the deblocking post processing filter for MPEG4 decoder. |