<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Jean-Baptiste Kempf wrote:
<blockquote cite="mid:20091206153227.GB5848@videolan.org" type="cite">
  <pre wrap="">On Sun, Dec 06, 2009 at 10:30:34AM -0500, Developer wrote :
  </pre>
  <blockquote type="cite">
    <pre wrap="">Rémi Denis-Courmont wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">The VLC DirectShow plugin hardcodes the BGR order for RGB24. If your 
filter uses RGB, I'm not entirely surprised it fails.

      </pre>
    </blockquote>
    <pre wrap="">Ok, well, since it is our filter, we can modify it.  Currently the  
filter only exposes 1 Major/Minor type for output (RGB24).

That being said, we could add another media type that would be  
acceptable to VLC, in doing that all we need to know then is what should  
we offer as the available media type that VLC would like and accept over  
the RGB24 offered media type?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
<a class="moz-txt-link-freetext" href="http://git.videolan.org/?p=vlc.git;a=tree;f=modules/access/dshow;hb=master">http://git.videolan.org/?p=vlc.git;a=tree;f=modules/access/dshow;hb=master</a>

Patches are welcome.

Best Regards,

  </pre>
</blockquote>
<br>
Ok, willl give it a shot.  Any online helper pages for compiling VLC on
WINDOWS and its prerequisites?<br>
<br>
<br>
Does or would anyone have any issue with adding a new supported
:dshow-xxx command/flag option to force the bit order of RGB vs BGR?<br>
<br>
Shawn<br>
</body>
</html>