[vlc-devel] Fourcc RGB8 and RGB2 confusion

Kaarlo Räihä kaarlo.raiha at gmail.com
Thu Aug 5 20:49:17 CEST 2010


2010/8/5 Rémi Denis-Courmont <remi at remlab.net>

> 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.
>

Should I sent patch to change VLC_CODEC_RGB8 to be defined
as VLC_FOURCC('R','G','B','8') ?


>
> --
> Rémi Denis-Courmont
> http://www.remlab.net/
> http://fi.linkedin.com/in/remidenis
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20100805/3d440fb0/attachment.html>


More information about the vlc-devel mailing list