diff options
author | Michael Jones <michael.jones@matrix-vision.de> | 2011-03-29 10:19:06 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-04-19 16:20:56 +0200 |
commit | d924de09cac6e18bdfbe9461a2ab2adeb36e77b0 (patch) | |
tree | 4f82c1965937f5549324a889482bf43570e121af /Documentation/DocBook/v4l/pixfmt.xml | |
parent | cx23885: Fix stv0367 Kconfig dependency (diff) | |
download | linux-d924de09cac6e18bdfbe9461a2ab2adeb36e77b0.tar.xz linux-d924de09cac6e18bdfbe9461a2ab2adeb36e77b0.zip |
[media] v4l: add V4L2_PIX_FMT_Y12 format
Y12 is a grey-scale format with a depth of 12 bits per pixel stored in
16-bit words.
Signed-off-by: Michael Jones <michael.jones@matrix-vision.de>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'Documentation/DocBook/v4l/pixfmt.xml')
-rw-r--r-- | Documentation/DocBook/v4l/pixfmt.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/DocBook/v4l/pixfmt.xml b/Documentation/DocBook/v4l/pixfmt.xml index c6fdcbbd1b41..40af4beb48b9 100644 --- a/Documentation/DocBook/v4l/pixfmt.xml +++ b/Documentation/DocBook/v4l/pixfmt.xml @@ -696,6 +696,7 @@ information.</para> &sub-packed-yuv; &sub-grey; &sub-y10; + &sub-y12; &sub-y16; &sub-yuyv; &sub-uyvy; |