diff options
| author | Laurent Pinchart <[email protected]> | 2013-07-05 10:44:15 -0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2013-08-18 07:22:28 -0300 |
| commit | 0236f0905a1e5231998784de580b451d0aa17c76 (patch) | |
| tree | 09b6614812679c895b7b78999283a7cd4813e26c | |
| parent | 8a90f1a61c9b31bd0c89b8456fa4dce91ad69c57 (diff) | |
[media] v4l: Fix V4L2_MBUS_FMT_YUV10_1X30 media bus pixel code value
The V4L2_MBUS_FMT_YUV10_1X30 code is documented as being equal to
0x2014, while the v4l2-mediabus.h header defines it as 0x2016. Fix the
documentation.
Signed-off-by: Laurent Pinchart <[email protected]>
Acked-by: Sakari Ailus <[email protected]>
Acked-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
| -rw-r--r-- | Documentation/DocBook/media/v4l/subdev-formats.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/DocBook/media/v4l/subdev-formats.xml b/Documentation/DocBook/media/v4l/subdev-formats.xml index adc61982df7b..0c2b1f2e8754 100644 --- a/Documentation/DocBook/media/v4l/subdev-formats.xml +++ b/Documentation/DocBook/media/v4l/subdev-formats.xml @@ -2574,7 +2574,7 @@ </row> <row id="V4L2-MBUS-FMT-YUV10-1X30"> <entry>V4L2_MBUS_FMT_YUV10_1X30</entry> - <entry>0x2014</entry> + <entry>0x2016</entry> <entry></entry> <entry>y<subscript>9</subscript></entry> <entry>y<subscript>8</subscript></entry> |