diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2012-09-03 09:09:23 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-09-26 08:44:12 -0400 |
commit | 9495356f7ba958fa6b4fd7109caa292e4c233bd7 (patch) | |
tree | 422afc376c5b3bca41465215aa4a906d83913531 /Documentation/DocBook/media/v4l/vidioc-enum-fmt.xml | |
parent | ff82b2118ede450e18f96226d96a1757dc0b52af (diff) |
[media] DocBook: deprecate V4L2_BUF_TYPE_PRIVATE
As per decision taken during the 2012 Media Workshop.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Acked-by: Sakari Ailus <sakari.ailus@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'Documentation/DocBook/media/v4l/vidioc-enum-fmt.xml')
-rw-r--r-- | Documentation/DocBook/media/v4l/vidioc-enum-fmt.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Documentation/DocBook/media/v4l/vidioc-enum-fmt.xml b/Documentation/DocBook/media/v4l/vidioc-enum-fmt.xml index 0bd332421407..f8dfeed34fca 100644 --- a/Documentation/DocBook/media/v4l/vidioc-enum-fmt.xml +++ b/Documentation/DocBook/media/v4l/vidioc-enum-fmt.xml | |||
@@ -81,10 +81,8 @@ Only these types are valid here: | |||
81 | <constant>V4L2_BUF_TYPE_VIDEO_CAPTURE</constant>, | 81 | <constant>V4L2_BUF_TYPE_VIDEO_CAPTURE</constant>, |
82 | <constant>V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE</constant>, | 82 | <constant>V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE</constant>, |
83 | <constant>V4L2_BUF_TYPE_VIDEO_OUTPUT</constant>, | 83 | <constant>V4L2_BUF_TYPE_VIDEO_OUTPUT</constant>, |
84 | <constant>V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE</constant>, | 84 | <constant>V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE</constant> and |
85 | <constant>V4L2_BUF_TYPE_VIDEO_OVERLAY</constant>, and custom (driver | 85 | <constant>V4L2_BUF_TYPE_VIDEO_OVERLAY</constant>. See <xref linkend="v4l2-buf-type" />.</entry> |
86 | defined) types with code <constant>V4L2_BUF_TYPE_PRIVATE</constant> | ||
87 | and higher. See <xref linkend="v4l2-buf-type" />.</entry> | ||
88 | </row> | 86 | </row> |
89 | <row> | 87 | <row> |
90 | <entry>__u32</entry> | 88 | <entry>__u32</entry> |