[vlc-devel] Fourcc RGB8 and RGB2 confusion
Rémi Denis-Courmont
remi at remlab.net
Thu Aug 5 18:36:13 CEST 2010
Le lundi 2 août 2010 15:12:47 Kaarlo Räihä, vous avez écrit :
> I am little confused, in include/vlc_fourcc.h there is definition:
>
> /* 8 bits RGB */
> #define VLC_CODEC_RGB8 VLC_FOURCC('R','G','B','2')
>
> but for example in modules/access/dshow/filter.cpp definition is:
>
> else if( media_type.subtype == MEDIASUBTYPE_RGB8 )
> i_fourcc = VLC_FOURCC( 'R', 'G', 'B', '8' );
>
> so am I missing something here (like part of my brain) or this a bug?
Looks like a bug.
--
Rémi Denis-Courmont
http://www.remlab.net/
http://fi.linkedin.com/in/remidenis
More information about the vlc-devel
mailing list