Currently working on libVLC, i've just found that on the fourcc_list file http://www.videolan.org/developers/vlc/ ... ource.html :
Code: Select all
771 B(VLC_CODEC_RGBA, "32 bits RGBA"),
772 A("RGBA"),
773 B(VLC_CODEC_RGBA, "32 bits ARGB"),
774 A("ARGB"),
775 A("AV32"),