<div dir="ltr"><br><br><div class="gmail_quote">On Wed, Jul 28, 2010 at 12:37 AM, Laurent Aimar <span dir="ltr"><<a href="mailto:fenrir@elivagar.org">fenrir@elivagar.org</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
 I have tested it and it works well (including zoom/ar/autoscale/crop).<br></blockquote><div>Thanks as always! :)</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">
> +    vd->fmt.i_chroma = VLC_CODEC_RGB32; /* masks change this to BGR32 for ID2D1Bitmap */<br>
> +    vd->fmt.i_rmask  = 0x000000ff;<br>
> +    vd->fmt.i_gmask  = 0x0000ff00;<br>
> +    vd->fmt.i_bmask  = 0x00000000;<br>
</div> Can't 0x00ff0000 works (now that you don't use RGBA)?</blockquote><div><br></div><div>Still broken with RGB32 and RGBA so this is still necessary.</div><div><br></div><div>I'm submitting the latest patch now... </div>
</div><br>-- <br><div dir="ltr"><font size="1"><a style="font-family:courier new,monospace" href="http://blog.2of1.org" target="_blank">http://blog.2of1.org</a></font><br></div><br>
</div>