<!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>Damn it, I just noticed that the commit message for the patch in which this email is a reply to inaccurately states that it affects MP4_TrackGetDTS (when it really adds protection to MP¤_TrackGetPTSDelta).</p>
<p>Attached to this email is a patch where the commit message has been updated to properly reflect the changes introduced.</p>
<p>On 2016-11-06 03:19, Filip Roséen wrote:</p>
<blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;color:#500050">
<pre><code> The previous implementation would suffer from undefined-behavior if
 there is no chunk to use, as such it is better to simply abort (and
 signal an error) if this is the case.

 ---
  modules/demux/mp4/mp4.c | 3 +++
  1 file changed, 3 insertions(+)
 </code></pre>
</blockquote>
</body>
</html>