]> rtime.felk.cvut.cz Git - vajnamar/linux-xlnx.git/commitdiff
[media] doc-rst: Fix number of zeroed high order bits in 12-bit raw format defs
authorSakari Ailus <sakari.ailus@linux.intel.com>
Thu, 26 May 2016 11:20:42 +0000 (08:20 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 9 Sep 2016 14:06:47 +0000 (11:06 -0300)
The number of high order bits in samples was documented to be 6 for 12-bit
data. This is clearly wrong, fix it.

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Documentation/media/uapi/v4l/pixfmt-srggb12.rst

index 109772fd0f23c51ea2c3f1a94d817858bbde9ad7..b2880df4b22f7278d302a606128cf501ea0ec502 100644 (file)
@@ -29,7 +29,7 @@ described as GRGR... BGBG..., RGRG... GBGB..., etc. Below is an example
 of one of these formats
 
 **Byte Order.**
-Each cell is one byte, high 6 bits in high bytes are 0.
+Each cell is one byte, high 4 bits in high bytes are 0.