OSDN Git Service

pixdesc: Consistently order components
authorHendrik Leppkes <h.leppkes@gmail.com>
Wed, 9 Sep 2015 10:56:48 +0000 (12:56 +0200)
committerLuca Barbato <lu_zero@gentoo.org>
Thu, 10 Sep 2015 10:08:57 +0000 (12:08 +0200)
commite336c51e6ffcdb93fbcf3c6153d378400608526b
tree126586ea9d105e4c77a5ce141a3c3c09c719066c
parent3b8e895237592fdaffe87cdcd204104200b9ccf9
pixdesc: Consistently order components

Ensure that the components are ordered consistently, ie. always
RGB(A) and YUV(A). This allows to identify a specific plane on a given
pixel format without hard-coding knowledge of the plane order.

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
libavutil/pixdesc.c