<!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 Steve,</p>
<p>On 2018-07-20 14:48, Steve Lhomme wrote:</p>
<blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;color:#500050">
<pre><code> How is this affected by "input-repeat" ? Because on repeat it does
 input_SetTime/input_SetPosition which will affected the cached GET_TIME that you got.
 And in the stats you won't have the intended value in MainLoopStatistics() but the
 cached value from the previous MainLoopDemux() call.</code></pre>
</blockquote>
<p>That’s one hell of a catch, good find!</p>
<p>I will submit an updated patch as soon as possible that takes care of said issue. I will have to help my father cut down a tree (too bad I cannot do that from my computer), but I should have a patch later tonight if I don’t have one before I need to get on the bus.</p>
<p>Thanks!</p>
</body>
</html>