We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 411ab10 commit 1365f38Copy full SHA for 1365f38
1 file changed
index.src.html
@@ -4328,9 +4328,9 @@
4328
{{VideoFrame/codedWidth}} samples.
4329
4330
The UV plane is composed of interleaved U and V values, in a number of
4331
- rows equal to the ceiling of the division of {{VideoFrame/codedHeight}} by
4332
- 2. Each row has a number of elements equal to the ceiling of the division of
4333
- {{VideoFrame/codedWidth}} by 2. Each element is composed of two chroma
+ rows equal to the ceiling of the division of {{VideoFrame/codedHeight}}
+ by 2. Each row has a number of elements equal to the ceiling of the division
+ of {{VideoFrame/codedWidth}} by 2. Each element is composed of two Chroma
4334
samples, the U and V samples, in that order. Samples are arranged starting
4335
at the top left of the image.
4336
0 commit comments