From: Hans Verkuil Date: Fri, 13 Mar 2015 11:00:05 +0000 (-0300) Subject: [media] DocBook media: fix PIX_FMT_SGRBR8 example X-Git-Tag: v4.1-rc1~59^2~1^2~202 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ba445432e384f86c1d8a4bff4b6f9ebc19d1b19c;p=karo-tx-linux.git [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 Acked-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab --- 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. start + 4: - R10 - B11 - R12 - B13 + B10 + G11 + B12 + G13 start + 8: @@ -52,10 +52,10 @@ columns and rows. start + 12: - R30 - B31 - R32 - B33 + B30 + G31 + B32 + G33