[vlc-devel] Fourcc RGB8 and RGB2 confusion

Kaarlo Räihä kaarlo.raiha at gmail.com
Mon Aug 2 14:12:47 CEST 2010


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?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20100802/fe2bf9c1/attachment.html>


More information about the vlc-devel mailing list