[media] v4l: Fix documentation of V4L2_PIX_FMT_H264_MVC and VP8 pixel formats
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>
This commit is contained in:
parent
39ad9bbe5c
commit
f57051942f
|
@ -772,7 +772,7 @@ extended control <constant>V4L2_CID_MPEG_STREAM_TYPE</constant>, see
|
||||||
</row>
|
</row>
|
||||||
<row id="V4L2-PIX-FMT-H264-MVC">
|
<row id="V4L2-PIX-FMT-H264-MVC">
|
||||||
<entry><constant>V4L2_PIX_FMT_H264_MVC</constant></entry>
|
<entry><constant>V4L2_PIX_FMT_H264_MVC</constant></entry>
|
||||||
<entry>'MVC'</entry>
|
<entry>'M264'</entry>
|
||||||
<entry>H264 MVC video elementary stream.</entry>
|
<entry>H264 MVC video elementary stream.</entry>
|
||||||
</row>
|
</row>
|
||||||
<row id="V4L2-PIX-FMT-H263">
|
<row id="V4L2-PIX-FMT-H263">
|
||||||
|
@ -812,7 +812,7 @@ extended control <constant>V4L2_CID_MPEG_STREAM_TYPE</constant>, see
|
||||||
</row>
|
</row>
|
||||||
<row id="V4L2-PIX-FMT-VP8">
|
<row id="V4L2-PIX-FMT-VP8">
|
||||||
<entry><constant>V4L2_PIX_FMT_VP8</constant></entry>
|
<entry><constant>V4L2_PIX_FMT_VP8</constant></entry>
|
||||||
<entry>'VP8'</entry>
|
<entry>'VP80'</entry>
|
||||||
<entry>VP8 video elementary stream.</entry>
|
<entry>VP8 video elementary stream.</entry>
|
||||||
</row>
|
</row>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
Loading…
Reference in New Issue