aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2016-07-17 15:32:38 -0400
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-07-17 21:41:13 -0400
commit00748947f92e9b8cd64a934ec8b4d0fe1eb1cd2c (patch)
treebd847935791906490047192c08b82bf0ce65cf50
parent70c95242c45d7e6af4c0b4aba4119280eb3aa5de (diff)
[media] doc-rst: convert fourcc to rst format
Fix fourcc for it to be correcly parsed by Sphinx. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
-rw-r--r--Documentation/media/v4l-drivers/fourcc.rst20
-rw-r--r--Documentation/media/v4l-drivers/index.rst1
2 files changed, 10 insertions, 11 deletions
diff --git a/Documentation/media/v4l-drivers/fourcc.rst b/Documentation/media/v4l-drivers/fourcc.rst
index 41241af1ebfe..f7c8cefff02a 100644
--- a/Documentation/media/v4l-drivers/fourcc.rst
+++ b/Documentation/media/v4l-drivers/fourcc.rst
@@ -8,24 +8,22 @@ other three characters depends on the first one.
8 8
9Existing 4CCs may not obey these guidelines. 9Existing 4CCs may not obey these guidelines.
10 10
11Formats
12=======
13
14Raw bayer 11Raw bayer
15--------- 12---------
16 13
17The following first characters are used by raw bayer formats: 14The following first characters are used by raw bayer formats:
18 15
19 B: raw bayer, uncompressed 16- B: raw bayer, uncompressed
20 b: raw bayer, DPCM compressed 17- b: raw bayer, DPCM compressed
21 a: A-law compressed 18- a: A-law compressed
22 u: u-law compressed 19- u: u-law compressed
23 20
242nd character: pixel order 212nd character: pixel order
25 B: BGGR 22
26 G: GBRG 23- B: BGGR
27 g: GRBG 24- G: GBRG
28 R: RGGB 25- g: GRBG
26- R: RGGB
29 27
303rd character: uncompressed bits-per-pixel 0--9, A-- 283rd character: uncompressed bits-per-pixel 0--9, A--
31 29
diff --git a/Documentation/media/v4l-drivers/index.rst b/Documentation/media/v4l-drivers/index.rst
index b18c02426a40..6391f1622e26 100644
--- a/Documentation/media/v4l-drivers/index.rst
+++ b/Documentation/media/v4l-drivers/index.rst
@@ -18,4 +18,5 @@ License".
18.. toctree:: 18.. toctree::
19 :maxdepth: 5 19 :maxdepth: 5
20 20
21 fourcc
21 cardlist 22 cardlist