All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] DocBook media: fix PIX_FMT_SGRBR8 example
@ 2015-03-13 11:00 Hans Verkuil
  2015-03-13 11:07 ` Sakari Ailus
  0 siblings, 1 reply; 2+ messages in thread
From: Hans Verkuil @ 2015-03-13 11:00 UTC (permalink / raw)
  To: Linux Media Mailing List; +Cc: Sakari Ailus

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>

diff --git a/Documentation/DocBook/media/v4l/pixfmt-sgrbg8.xml b/Documentation/DocBook/media/v4l/pixfmt-sgrbg8.xml
index 19727ab..7803b8c 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>
 		    </row>
 		    <row>
 		      <entry>start&nbsp;+&nbsp;4:</entry>
-		      <entry>R<subscript>10</subscript></entry>
-		      <entry>B<subscript>11</subscript></entry>
-		      <entry>R<subscript>12</subscript></entry>
-		      <entry>B<subscript>13</subscript></entry>
+		      <entry>B<subscript>10</subscript></entry>
+		      <entry>G<subscript>11</subscript></entry>
+		      <entry>B<subscript>12</subscript></entry>
+		      <entry>G<subscript>13</subscript></entry>
 		    </row>
 		    <row>
 		      <entry>start&nbsp;+&nbsp;8:</entry>
@@ -52,10 +52,10 @@ columns and rows.</para>
 		    </row>
 		    <row>
 		      <entry>start&nbsp;+&nbsp;12:</entry>
-		      <entry>R<subscript>30</subscript></entry>
-		      <entry>B<subscript>31</subscript></entry>
-		      <entry>R<subscript>32</subscript></entry>
-		      <entry>B<subscript>33</subscript></entry>
+		      <entry>B<subscript>30</subscript></entry>
+		      <entry>G<subscript>31</subscript></entry>
+		      <entry>B<subscript>32</subscript></entry>
+		      <entry>G<subscript>33</subscript></entry>
 		    </row>
 		  </tbody>
 		</tgroup>

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] DocBook media: fix PIX_FMT_SGRBR8 example
  2015-03-13 11:00 [PATCH] DocBook media: fix PIX_FMT_SGRBR8 example Hans Verkuil
@ 2015-03-13 11:07 ` Sakari Ailus
  0 siblings, 0 replies; 2+ messages in thread
From: Sakari Ailus @ 2015-03-13 11:07 UTC (permalink / raw)
  To: Hans Verkuil; +Cc: Linux Media Mailing List

On Fri, Mar 13, 2015 at 12:00:05PM +0100, Hans Verkuil wrote:
> 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>

Thanks!!

Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>

-- 
Sakari Ailus
e-mail: sakari.ailus@iki.fi	XMPP: sailus@retiisi.org.uk

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-03-13 11:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-13 11:00 [PATCH] DocBook media: fix PIX_FMT_SGRBR8 example Hans Verkuil
2015-03-13 11:07 ` Sakari Ailus

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.