Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f5176d38 authored by Sakari Ailus's avatar Sakari Ailus Committed by Mauro Carvalho Chehab
Browse files

[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: default avatarSakari Ailus <sakari.ailus@linux.intel.com>
Acked-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 72e8138c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.