提交 7b02cb29 编写于 作者: L Luca Barbato

pixdesc: Document the component order

上级 c7ed26ad
......@@ -108,6 +108,13 @@ typedef struct AVPixFmtDescriptor {
* Parameters that describe how pixels are packed. If the format
* has chroma components, they must be stored in comp[1] and
* comp[2].
* If the format is RGB-like, the first component is R, followed
* by G and B.
*
* If the format is YUV-like, the first component is Y, followed
* by U and V.
*
* If present, the Alpha channel is always the last component.
*/
AVComponentDescriptor comp[4];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册