Little error found on fourcc_list...
Posted: 11 Jul 2015 10:45
Hi,
Currently working on libVLC, i've just found that on the fourcc_list file http://www.videolan.org/developers/vlc/ ... ource.html :
Iv'e tried to use libvlc with ARGB, without success... perhaps this is the problem ?
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"),