<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p><br>
    </p>
    <div class="moz-cite-prefix">On 3/12/19 09:56, Mark McKay wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:54b80b0244ffdbc721bca18307662473@kitfox.com">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <p><span style="color: #800080;">It's not clear to me what the
          difference between AV_SAMPLE_FMT_FLT and AV_SAMPLE_FMT_FLTP
          is.</span></p>
    </blockquote>
    It specifies how channels are arranged.  With FLT, channels are
    interleaved, so you get L/R, L/R, etc.  With FLTP channels are laid
    flat one after each samples encoded/decoded, so you get
    LLLLLLLRRRRRR.<br>
  </body>
</html>