<!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-wrap;}
      span.smallcaps{font-variant: small-caps;}
      span.underline{text-decoration: underline;}
      div.column{display: inline-block; vertical-align: top; width: 50%;}
  </style>
</head>
<body>
<p>Hi Olivier,</p>
<p>On 2018-07-23 17:30, Olivier Crête wrote:</p>
<blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;color:#500050">
<pre><code> +    /* Reset the number of chinks to allocate as the bitrate of
 +     * the stream may have changed.
 +     */
 +    p_sys->i_chunks = SRT_MIN_CHUNKS_TRYREAD;
 +</code></pre>
</blockquote>
<p>I am quite sure you mean <em>“chunks”</em> in the above, please make sure that your comments actually state what you wish to express. There are multiple uses of the above typo in this patch, and those must be fixed (no matter how innocent they might be).</p>
<p>Best Regards,<br />
Filip</p>
</body>
</html>