[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>
This commit is contained in:
Sakari Ailus 2016-05-26 08:20:42 -03:00 committed by Mauro Carvalho Chehab
parent 72e8138c5d
commit f5176d3807
1 changed files with 1 additions and 1 deletions

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