diff options
| author | Hans Verkuil <hverkuil@xs4all.nl> | 2015-03-13 07:00:05 -0400 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-04-02 17:24:34 -0400 |
| commit | ba445432e384f86c1d8a4bff4b6f9ebc19d1b19c (patch) | |
| tree | a647998931b30700941f8f0b7aa1c5bde564751b /Documentation/DocBook | |
| parent | 27eb5e24e0d6f4e3be236e861475ed3aacd3c6d2 (diff) | |
[media] DocBook media: fix PIX_FMT_SGRBR8 example
Fix the example of the V4L2_PIX_FMT_SGRBG8 Bayer format.
The even lines should read BGBG, not RBRB.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'Documentation/DocBook')
| -rw-r--r-- | Documentation/DocBook/media/v4l/pixfmt-sgrbg8.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Documentation/DocBook/media/v4l/pixfmt-sgrbg8.xml b/Documentation/DocBook/media/v4l/pixfmt-sgrbg8.xml index 19727ab4c757..7803b8c41b45 100644 --- a/Documentation/DocBook/media/v4l/pixfmt-sgrbg8.xml +++ b/Documentation/DocBook/media/v4l/pixfmt-sgrbg8.xml | |||
| @@ -38,10 +38,10 @@ columns and rows.</para> | |||
| 38 | </row> | 38 | </row> |
| 39 | <row> | 39 | <row> |
| 40 | <entry>start + 4:</entry> | 40 | <entry>start + 4:</entry> |
| 41 | <entry>R<subscript>10</subscript></entry> | 41 | <entry>B<subscript>10</subscript></entry> |
| 42 | <entry>B<subscript>11</subscript></entry> | 42 | <entry>G<subscript>11</subscript></entry> |
| 43 | <entry>R<subscript>12</subscript></entry> | 43 | <entry>B<subscript>12</subscript></entry> |
| 44 | <entry>B<subscript>13</subscript></entry> | 44 | <entry>G<subscript>13</subscript></entry> |
| 45 | </row> | 45 | </row> |
| 46 | <row> | 46 | <row> |
| 47 | <entry>start + 8:</entry> | 47 | <entry>start + 8:</entry> |
| @@ -52,10 +52,10 @@ columns and rows.</para> | |||
| 52 | </row> | 52 | </row> |
| 53 | <row> | 53 | <row> |
| 54 | <entry>start + 12:</entry> | 54 | <entry>start + 12:</entry> |
| 55 | <entry>R<subscript>30</subscript></entry> | 55 | <entry>B<subscript>30</subscript></entry> |
| 56 | <entry>B<subscript>31</subscript></entry> | 56 | <entry>G<subscript>31</subscript></entry> |
| 57 | <entry>R<subscript>32</subscript></entry> | 57 | <entry>B<subscript>32</subscript></entry> |
| 58 | <entry>B<subscript>33</subscript></entry> | 58 | <entry>G<subscript>33</subscript></entry> |
| 59 | </row> | 59 | </row> |
| 60 | </tbody> | 60 | </tbody> |
| 61 | </tgroup> | 61 | </tgroup> |
