Răsfoiți Sursa

[media] doc-rst: Fix number of zeroed high order bits in 12-bit raw format defs

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>
Sakari Ailus 9 ani în urmă
părinte
comite
f5176d3807
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      Documentation/media/uapi/v4l/pixfmt-srggb12.rst

+ 1 - 1
Documentation/media/uapi/v4l/pixfmt-srggb12.rst

@@ -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.