[media] videodev2.h Add SE401 compressed RGB format
authorHans de Goede <hdegoede@redhat.com>
Sun, 5 Jun 2011 11:32:27 +0000 (08:32 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 27 Jul 2011 20:53:39 +0000 (17:53 -0300)
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Documentation/DocBook/media/v4l/pixfmt.xml
include/linux/videodev2.h

index 88e5c21..804b2e5 100644 (file)
@@ -860,6 +860,11 @@ kernel sources in the file <filename>Documentation/video4linux/cx2341x/README.hm
            <entry>'PJPG'</entry>
            <entry>Pixart 73xx JPEG format used by the gspca driver.</entry>
          </row>
+         <row id="V4L2-PIX-FMT-SE401">
+           <entry><constant>V4L2_PIX_FMT_SE401</constant></entry>
+           <entry>'S401'</entry>
+           <entry>Compressed RGB format used by the gspca se401 driver</entry>
+         </row>
          <row id="V4L2-PIX-FMT-SQ905C">
            <entry><constant>V4L2_PIX_FMT_SQ905C</constant></entry>
            <entry>'905C'</entry>
index 2c4e837..f002006 100644 (file)
@@ -402,6 +402,7 @@ struct v4l2_pix_format {
 #define V4L2_PIX_FMT_CIT_YYVYUY v4l2_fourcc('C', 'I', 'T', 'V') /* one line of Y then 1 line of VYUY */
 #define V4L2_PIX_FMT_KONICA420  v4l2_fourcc('K', 'O', 'N', 'I') /* YUV420 planar in blocks of 256 pixels */
 #define V4L2_PIX_FMT_JPGL      v4l2_fourcc('J', 'P', 'G', 'L') /* JPEG-Lite */
+#define V4L2_PIX_FMT_SE401      v4l2_fourcc('S', '4', '0', '1') /* se401 janggu compressed rgb */
 
 /*
  *     F O R M A T   E N U M E R A T I O N