Commit acccc287 authored by Michael Niedermayer's avatar Michael Niedermayer

avutil/pixfmt: clarify chroma location text further, as "first" is ambigous

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent a3b0130d
...@@ -530,9 +530,9 @@ enum AVColorRange { ...@@ -530,9 +530,9 @@ enum AVColorRange {
/** /**
* Location of chroma samples. * Location of chroma samples.
* *
* Illustration showing the location of the first chroma sample, * Illustration showing the location of the first (top left) chroma sample of the
* the left shows only luma, the right * image, the left shows only luma, the right
* shows the location of the chroma samples, the 2 could be imagined to overlay * shows the location of the chroma sample, the 2 could be imagined to overlay
* each other but are drawn seperately due to limitations of ASCII * each other but are drawn seperately due to limitations of ASCII
* ______ ______ * ______ ______
* |X X ... |3 4 X ... X are luma samples, * |X X ... |3 4 X ... X are luma samples,
......
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