[media] v4l: Fix documentation of V4L2_PIX_FMT_H264_MVC and VP8 pixel formats
authorKamil Debski <k.debski@samsung.com>
Wed, 14 May 2014 14:31:09 +0000 (11:31 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Sun, 25 May 2014 20:02:40 +0000 (17:02 -0300)
The 'Code' column in the documentation should provide the real fourcc
code that is used. Changed the documentation to provide the fourcc
defined in videodev2.h

Signed-off-by: Kamil Debski <k.debski@samsung.com>
Acked-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Documentation/DocBook/media/v4l/pixfmt.xml

index ea514d6..91dcbc8 100644 (file)
@@ -772,7 +772,7 @@ extended control <constant>V4L2_CID_MPEG_STREAM_TYPE</constant>, see
          </row>
          <row id="V4L2-PIX-FMT-H264-MVC">
                <entry><constant>V4L2_PIX_FMT_H264_MVC</constant></entry>
-               <entry>'MVC'</entry>
+               <entry>'M264'</entry>
                <entry>H264 MVC video elementary stream.</entry>
          </row>
          <row id="V4L2-PIX-FMT-H263">
@@ -812,7 +812,7 @@ extended control <constant>V4L2_CID_MPEG_STREAM_TYPE</constant>, see
          </row>
          <row id="V4L2-PIX-FMT-VP8">
                <entry><constant>V4L2_PIX_FMT_VP8</constant></entry>
-               <entry>'VP8'</entry>
+               <entry>'VP80'</entry>
                <entry>VP8 video elementary stream.</entry>
          </row>
        </tbody>