Skip to content

Commit 1365f38

Browse files
author
Dan Sanders
committed
Work around Markdown syntax
1 parent 411ab10 commit 1365f38

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.src.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4328,9 +4328,9 @@
43284328
{{VideoFrame/codedWidth}} samples.
43294329

43304330
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
4331+
rows equal to the ceiling of the division of {{VideoFrame/codedHeight}}
4332+
by 2. Each row has a number of elements equal to the ceiling of the division
4333+
of {{VideoFrame/codedWidth}} by 2. Each element is composed of two Chroma
43344334
samples, the U and V samples, in that order. Samples are arranged starting
43354335
at the top left of the image.
43364336

0 commit comments

Comments
 (0)