[media] doc-rst: convert fourcc to rst format
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Sun, 17 Jul 2016 19:32:38 +0000 (16:32 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 18 Jul 2016 01:41:13 +0000 (22:41 -0300)
Fix fourcc for it to be correcly parsed by Sphinx.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Documentation/media/v4l-drivers/fourcc.rst
Documentation/media/v4l-drivers/index.rst

index 41241af1ebfe6d28d8833a00989d31f0d187cbf3..f7c8cefff02a9ed2e5e7dea53c732717f77c4728 100644 (file)
@@ -8,24 +8,22 @@ other three characters depends on the first one.
 
 Existing 4CCs may not obey these guidelines.
 
-Formats
-=======
-
 Raw bayer
 ---------
 
 The following first characters are used by raw bayer formats:
 
-       B: raw bayer, uncompressed
-       b: raw bayer, DPCM compressed
-       a: A-law compressed
-       u: u-law compressed
+- B: raw bayer, uncompressed
+- b: raw bayer, DPCM compressed
+- a: A-law compressed
+- u: u-law compressed
 
 2nd character: pixel order
-       B: BGGR
-       G: GBRG
-       g: GRBG
-       R: RGGB
+
+- B: BGGR
+- G: GBRG
+- g: GRBG
+- R: RGGB
 
 3rd character: uncompressed bits-per-pixel 0--9, A--
 
index b18c02426a4025512f9eb11a13d32e748adeabe9..6391f1622e26ab457264c5db9d22644877f8c71f 100644 (file)
@@ -18,4 +18,5 @@ License".
 .. toctree::
        :maxdepth: 5
 
+       fourcc
        cardlist
This page took 0.024899 seconds and 5 git commands to generate.