Le 12/03/2013 18:17, Jean-Baptiste Kempf a écrit :
> On 12 Mar, Francois Cartegnie wrote :
>> +#define RFB_CHROMA_LONGTEXT N_("RGB chroma (RV32, RV24, RV16, RGB2)")
> 
> Why not RGB8 ?
Because the string->chroma table mentions RGB2 as string.
See fourcc.c #751
    B(VLC_CODEC_RGB8, "8 bits RGB"),
        A("RGB2"),
Francois