mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-06 22:42:35 +00:00
alphacolor: Fix RGBA<->AYUV conversion
This commit is contained in:
parent
117e7401c5
commit
f961f884b6
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ transform_ayuv_##name (guint8 * data, gint size) \
|
||||||
} \
|
} \
|
||||||
}
|
}
|
||||||
|
|
||||||
DEFINE_ARGB_AYUV_FUNCTIONS (rgba, 1, 2, 3, 0);
|
DEFINE_ARGB_AYUV_FUNCTIONS (rgba, 3, 0, 1, 2);
|
||||||
DEFINE_ARGB_AYUV_FUNCTIONS (bgra, 3, 2, 1, 0);
|
DEFINE_ARGB_AYUV_FUNCTIONS (bgra, 3, 2, 1, 0);
|
||||||
DEFINE_ARGB_AYUV_FUNCTIONS (argb, 0, 1, 2, 3);
|
DEFINE_ARGB_AYUV_FUNCTIONS (argb, 0, 1, 2, 3);
|
||||||
DEFINE_ARGB_AYUV_FUNCTIONS (abgr, 0, 3, 2, 1);
|
DEFINE_ARGB_AYUV_FUNCTIONS (abgr, 0, 3, 2, 1);
|
||||||
|
|
Loading…
Reference in a new issue