Page 1 of 1

Little error found on fourcc_list...

Posted: 11 Jul 2015 10:45
by fabsther
Hi,

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"),
Iv'e tried to use libvlc with ARGB, without success... perhaps this is the problem ?

Re: Little error found on fourcc_list...

Posted: 11 Jul 2015 11:44
by fabsther
And also :

Code: Select all

1448 B(VLC_CODEC_F64L, "64 bits float LE"), 1449 A("f64l"), 1450 1451 B(VLC_CODEC_F64L, "64 bits float BE"), 1452 A("f64b"),

Re: Little error found on fourcc_list...

Posted: 15 Jul 2015 23:16
by Jean-Baptiste Kempf
Nicely spotted.