From f4df015bd5921ee0cc5bd73b9484971790ecd04e Mon Sep 17 00:00:00 2001 From: Joao C Vieira Date: Tue, 7 Nov 2017 23:29:38 -0200 Subject: [PATCH] Fix typo in word number --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 562e899..ffedeb3 100644 --- a/README.md +++ b/README.md @@ -235,7 +235,7 @@ These schemas are known as subsampling systems and are expressed as a 3 part rat * `a` is the horizontal sampling reference (usually 4), * `x` is the number of chroma samples in the first row of `a` pixels (horizontal resolution in relation to `a`), and - * `y` is is the numer of changes of chroma samples between the first and seconds rows of `a` pixels. + * `y` is is the number of changes of chroma samples between the first and seconds rows of `a` pixels. > An exception to this exists with 4:1:0, which provides a single chroma sample within each `4 x 4` block of luma resolution.