[vlc-devel] RGB chroma mess

Rémi Denis-Courmont remi at remlab.net
Wed Mar 7 21:56:30 CET 2018


Le keskiviikkona 7. maaliskuuta 2018, 22.40.55 EET Francois Cartegnie a écrit 
:
> Hi,
> 
> I'm trying for too long now to figure out what is wrong with the RGB,
> and especially RGB32 paths. (avi been fixed)
> 
> Because we inherited the x11 and bitmap headers masks there's apparently
> lots if issue due to mishandling, and also setting RV32 everywhere.

I've said it before: remove RV32 and RV24 and rename ARGB and RGBA.
Instead, e.g.:
VLC_CHROMA_X8R8G8B8_BE,
VLC_CHROMA_R8G8B8X8_BE,
VLC_CHROMA_R8G8B8X8_LE,
VLC_CHROMA_X8R8G8B8_LE,
VLC_CHROMA_R8G8B8_BE,
VLC_CHROMA_R8G8B8_LE,
VLC_CHROMA_A8R8G8B8_BE,
VLC_CHROMA_R8G8BA8_BE,
VLC_CHROMA_R8G8B8A8_LE and
VLC_CHROMA_A8R8G8B8_LE.

-- 
雷米‧德尼-库尔蒙
https://www.remlab.net/



More information about the vlc-devel mailing list