<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p id="reply-intro">On 2019-12-03 16:27, gga wrote:</p>
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0">
<div id="replybody1">
<div>
<p><br /></p>
<div class="v1moz-cite-prefix">On 3/12/19 09:56, Mark McKay wrote:</div>
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0">
<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.</div>
</div>
</blockquote>
<p>Thanks.  I thought they were both interleaved.  Now my code is reading data correctly.</p>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace"> </div>
</body></html>