<br><br><div class="gmail_quote">2010/8/5 Rémi Denis-Courmont <span dir="ltr"><<a href="mailto:remi@remlab.net">remi@remlab.net</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Le lundi 2 août 2010 15:12:47 Kaarlo Räihä, vous avez écrit :<br>
<div><div></div><div class="h5">> I am little confused, in include/vlc_fourcc.h there is definition:<br>
><br>
> /* 8 bits RGB */<br>
> #define VLC_CODEC_RGB8      VLC_FOURCC('R','G','B','2')<br>
><br>
> but for example in modules/access/dshow/filter.cpp definition is:<br>
><br>
> else if( media_type.subtype == MEDIASUBTYPE_RGB8 )<br>
>           i_fourcc = VLC_FOURCC( 'R', 'G', 'B', '8' );<br>
><br>
> so am I missing something here (like part of my brain) or this a bug?<br>
<br>
</div></div>Looks like a bug.<br></blockquote><div><br></div><div>Should I sent patch to change VLC_CODEC_RGB8 to be defined as VLC_FOURCC('R','G','B','8') ?</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<font color="#888888"><br>
--<br>
Rémi Denis-Courmont<br>
<a href="http://www.remlab.net/" target="_blank">http://www.remlab.net/</a><br>
<a href="http://fi.linkedin.com/in/remidenis" target="_blank">http://fi.linkedin.com/in/remidenis</a><br>
_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="http://mailman.videolan.org/listinfo/vlc-devel" target="_blank">http://mailman.videolan.org/listinfo/vlc-devel</a><br>
</font></blockquote></div><br>