<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <br>
    <br>
    <div class="moz-cite-prefix">On 12/19/18 5:21 PM, David Engel wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:20181219222129.GA22450@opus.istwok.net">
      <blockquote type="cite" style="color: #000000;">
        <pre class="moz-quote-pre" wrap="">It's probably the same long standing problem.  The latest change
removes the UYVY option and causes the default format to be BGRA.  I
wonder if defaulting to RGBA would work.  Is there an advantage to
using BGRA when available instead of RGBA?
</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">Strike the "I wonder" part.  They are the same on Android so it
shouldn't matter.  My best guess is still that something in the
kGLFilterYUV2RGB support isn't accounting for them being the same.
</pre>
    </blockquote>
    OpenGL ES does not support BGRA, only RGBA. If order to allow the
    code to compile successfully , somebody has added a #define that
    sets BGRA to RGBA, but that does not make them the same, only causes
    problems if somebody tries to use BGRA.<br>
    <br>
    Peter<br>
  </body>
</html>