<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <meta http-equiv="Content-Style-Type" content="text/css" />
  <meta name="generator" content="pandoc" />
  <title></title>
  <style type="text/css">code{white-space: pre;}</style>
</head>
<body>
<p>Hi everyone,</p>
<p>On 2016-12-07 10:11, Filip Roséen wrote:</p>
<blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;color:#500050">
<pre><code> vlc | branch: master | Filip Roséen <filip@atch.se>
     | Wed Dec  7 09:48:35 2016 +0100
     | [8509018c6471495761fc1eb464424985cc1c9e9d]
     | committer: Jean-Baptiste Kempf

 codec/lpcm: fix frame length calculation

 i_frame_length denotes the number of bytes for a given audio-output
 buffer, with that in mind it is quite easy to see that dividing 8 by
 the number of bits in a sample (and not the other way around) yields
 an incorrect result.</code></pre>
</blockquote>
<p>For the record, this patch was (accidentally, due to a slight misunderstanding) prematurely merged; as such it has now been reverted due to deeper analyzis of what is actually causing the behavior which this patch tried to address.</p>
<p>It has, given the above, been removed from the git log.</p>
<p>Sorry for any confusion.</p>
</body>
</html>