[vlc-devel] [PATCH] access: add rfb/vnc viewonly module.

Jean-Baptiste Kempf jb at videolan.org
Tue Mar 12 19:36:16 CET 2013


On 12 Mar, Francois Cartegnie wrote :
> 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"),

#define VLC_CODEC_RGB8            VLC_FOURCC('R','G','B','8')
in include/vlc_fourcc.h

Best regards,

-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device



More information about the vlc-devel mailing list