Commit 00748947 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

[media] doc-rst: convert fourcc to rst format

Fix fourcc for it to be correcly parsed by Sphinx.
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 70c95242
...@@ -8,24 +8,22 @@ other three characters depends on the first one. ...@@ -8,24 +8,22 @@ other three characters depends on the first one.
Existing 4CCs may not obey these guidelines. Existing 4CCs may not obey these guidelines.
Formats
=======
Raw bayer Raw bayer
--------- ---------
The following first characters are used by raw bayer formats: The following first characters are used by raw bayer formats:
B: raw bayer, uncompressed - B: raw bayer, uncompressed
b: raw bayer, DPCM compressed - b: raw bayer, DPCM compressed
a: A-law compressed - a: A-law compressed
u: u-law compressed - u: u-law compressed
2nd character: pixel order 2nd character: pixel order
B: BGGR
G: GBRG - B: BGGR
g: GRBG - G: GBRG
R: RGGB - g: GRBG
- R: RGGB
3rd character: uncompressed bits-per-pixel 0--9, A-- 3rd character: uncompressed bits-per-pixel 0--9, A--
......
...@@ -18,4 +18,5 @@ License". ...@@ -18,4 +18,5 @@ License".
.. toctree:: .. toctree::
:maxdepth: 5 :maxdepth: 5
fourcc
cardlist cardlist
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment