Commit 7f9cfb54 authored by Hans Verkuil's avatar Hans Verkuil

pixfmt-yuv-planar.rst: fix typo: 'Cr, Cr' -> 'Cr, Cb'

Several NV formats incorrectly described the Chroma order as
Cr, Cr when it actually is Cr, Cb.
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
Reported-by: default avatarFrank Barchard <fbarchard@google.com>
parent 14c8efdd
...@@ -76,7 +76,7 @@ All components are stored with the same number of bits per component. ...@@ -76,7 +76,7 @@ All components are stored with the same number of bits per component.
- 'NV21' - 'NV21'
- 8 - 8
- 4:2:0 - 4:2:0
- Cr, Cr - Cr, Cb
- Yes - Yes
- Linear - Linear
* - V4L2_PIX_FMT_NV12M * - V4L2_PIX_FMT_NV12M
...@@ -90,7 +90,7 @@ All components are stored with the same number of bits per component. ...@@ -90,7 +90,7 @@ All components are stored with the same number of bits per component.
- 'NM21' - 'NM21'
- 8 - 8
- 4:2:0 - 4:2:0
- Cr, Cr - Cr, Cb
- No - No
- Linear - Linear
* - V4L2_PIX_FMT_NV12MT * - V4L2_PIX_FMT_NV12MT
...@@ -120,7 +120,7 @@ All components are stored with the same number of bits per component. ...@@ -120,7 +120,7 @@ All components are stored with the same number of bits per component.
- 'NV61' - 'NV61'
- 8 - 8
- 4:2:2 - 4:2:2
- Cr, Cr - Cr, Cb
- Yes - Yes
- Linear - Linear
* - V4L2_PIX_FMT_NV16M * - V4L2_PIX_FMT_NV16M
...@@ -134,7 +134,7 @@ All components are stored with the same number of bits per component. ...@@ -134,7 +134,7 @@ All components are stored with the same number of bits per component.
- 'NM61' - 'NM61'
- 8 - 8
- 4:2:2 - 4:2:2
- Cr, Cr - Cr, Cb
- No - No
- Linear - Linear
* - V4L2_PIX_FMT_NV24 * - V4L2_PIX_FMT_NV24
...@@ -148,7 +148,7 @@ All components are stored with the same number of bits per component. ...@@ -148,7 +148,7 @@ All components are stored with the same number of bits per component.
- 'NV42' - 'NV42'
- 8 - 8
- 4:4:4 - 4:4:4
- Cr, Cr - Cr, Cb
- Yes - Yes
- Linear - Linear
......
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