avutil/pixfmt: Improve ascii art showing the meaning of the AVChromaLocation values
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
7786a91b47
commit
710abaf2c5
@ -530,9 +530,13 @@ enum AVColorRange {
|
|||||||
/**
|
/**
|
||||||
* Location of chroma samples.
|
* Location of chroma samples.
|
||||||
*
|
*
|
||||||
* X X 3 4 X X are luma samples,
|
* Illustration showing the location, the left shows only luma, the right
|
||||||
* 1 2 1-6 are possible chroma positions
|
* shows the location of the chroma samples, the 2 could be imagined to overlay
|
||||||
* X X 5 6 X 0 is undefined/unknown position
|
* each other but are drawn seperately due to limitations of ASCII
|
||||||
|
* ______ ______
|
||||||
|
* |X X ... |3 4 X ... X are luma samples,
|
||||||
|
* | |1 2 1-6 are possible chroma positions
|
||||||
|
* |X X ... |5 6 X ... 0 is undefined/unknown position
|
||||||
*/
|
*/
|
||||||
enum AVChromaLocation {
|
enum AVChromaLocation {
|
||||||
AVCHROMA_LOC_UNSPECIFIED = 0,
|
AVCHROMA_LOC_UNSPECIFIED = 0,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user