Skip to content

Commit ed0c6fe

Browse files
sandersdanchrisn
andauthored
Apply suggestions from code review
Fix an -> and Co-authored-by: Chris Needham <chrisn@users.noreply.github.com>
1 parent c4fa8df commit ed0c6fe

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

index.src.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4402,7 +4402,7 @@
44024402
This format is composed of three distinct planes, one plane of Luma and two
44034403
planes of Chroma, denoted Y, U and V, and present in this order.
44044404

4405-
The U an V planes are [=sub-sampled=] horizontally and vertically by a
4405+
The U and V planes are [=sub-sampled=] horizontally and vertically by a
44064406
[=factor=] of 2 compared to the Y plane.
44074407

44084408
Each sample in this format is 10 bits, encoded as a 16-bit integer in
@@ -4427,7 +4427,7 @@
44274427
This format is composed of three distinct planes, one plane of Luma and two
44284428
planes of Chroma, denoted Y, U and V, and present in this order.
44294429

4430-
The U an V planes are [=sub-sampled=] horizontally and vertically by a
4430+
The U and V planes are [=sub-sampled=] horizontally and vertically by a
44314431
[=factor=] of 2 compared to the Y plane.
44324432

44334433
Each sample in this format is 12 bits, encoded as a 16-bit integer in
@@ -4482,7 +4482,7 @@
44824482
planes of Chroma, denoted Y, U and V, and one plane of Alpha values, all
44834483
present in this order.
44844484

4485-
The U an V planes are [=sub-sampled=] horizontally and vertically by a
4485+
The U and V planes are [=sub-sampled=] horizontally and vertically by a
44864486
[=factor=] of 2 compared to the Y and Alpha planes.
44874487

44884488
Each sample in this format is 10 bits, encoded as a 16-bit integer in
@@ -4510,7 +4510,7 @@
45104510
planes of Chroma, denoted Y, U and V, and one plane of Alpha values, all
45114511
present in this order.
45124512

4513-
The U an V planes are [=sub-sampled=] horizontally and vertically by a
4513+
The U and V planes are [=sub-sampled=] horizontally and vertically by a
45144514
[=factor=] of 2 compared to the Y and Alpha planes.
45154515

45164516
Each sample in this format is 12 bits, encoded as a 16-bit integer in
@@ -4562,7 +4562,7 @@
45624562
This format is composed of three distinct planes, one plane of Luma and two
45634563
planes of Chroma, denoted Y, U and V, and present in this order.
45644564

4565-
The U an V planes are [=sub-sampled=] horizontally by a [=factor=] of 2
4565+
The U and V planes are [=sub-sampled=] horizontally by a [=factor=] of 2
45664566
compared to the Y plane, and not [=sub-sampled=] vertically.
45674567

45684568
Each sample in this format is 10 bits, encoded as a 16-bit integer in
@@ -4586,7 +4586,7 @@
45864586
This format is composed of three distinct planes, one plane of Luma and two
45874587
planes of Chroma, denoted Y, U and V, and present in this order.
45884588

4589-
The U an V planes are [=sub-sampled=] horizontally by a [=factor=] of 2
4589+
The U and V planes are [=sub-sampled=] horizontally by a [=factor=] of 2
45904590
compared to the Y plane, and not [=sub-sampled=] vertically.
45914591

45924592
Each sample in this format is 12 bits, encoded as a 16-bit integer in
@@ -4612,7 +4612,7 @@
46124612
present in this order. It is also often refered to as Planar YUV 4:2:2 with
46134613
an alpha channel.
46144614

4615-
The U an V planes are [=sub-sampled=] horizontally by a [=factor=] of 2
4615+
The U and V planes are [=sub-sampled=] horizontally by a [=factor=] of 2
46164616
compared to the Y and Alpha planes, and not [=sub-sampled=] vertically.
46174617

46184618
Each sample in this format is 8 bits.
@@ -4639,7 +4639,7 @@
46394639
planes of Chroma, denoted Y, U and V, and one plane of Alpha values, all
46404640
present in this order.
46414641

4642-
The U an V planes are [=sub-sampled=] horizontally by a [=factor=] of 2
4642+
The U and V planes are [=sub-sampled=] horizontally by a [=factor=] of 2
46434643
compared to the Y and Alpha planes, and not [=sub-sampled=] vertically.
46444644

46454645
Each sample in this format is 10 bits, encoded as a 16-bit integer in
@@ -4666,7 +4666,7 @@
46664666
planes of Chroma, denoted Y, U and V, and one plane of Alpha values, all
46674667
present in this order.
46684668

4669-
The U an V planes are [=sub-sampled=] horizontally by a [=factor=] of 2
4669+
The U and V planes are [=sub-sampled=] horizontally by a [=factor=] of 2
46704670
compared to the Y and Alpha planes, and not [=sub-sampled=] vertically.
46714671

46724672
Each sample in this format is 12 bits, encoded as a 16-bit integer in

0 commit comments

Comments
 (0)