<!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,</p>
<p>On 2016-11-01 14:01, Filip Roséen wrote:</p>
<blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;color:#500050">
<pre><code> av_read_frame expects 0 to be returned on end-of-file, and negative
 values are reserved for fatal stream-errors. The previous
 implementation would return -1 upon EOF (vlc_stream_Read returning 0),
 causing premature EOF from modules/demux/avformat/demux.c:Demux.

 These changes make sure that we honor the contract associated with the
 read-callback, and that we only return -1 if there is a fatal error.

 fixes #17574</code></pre>
</blockquote>
<p>I noticed that the commit-title of the patch in which this email is a reply to inaccurately states <code>"17575"</code> in the title, instead of <code>"17574"</code>.</p>
<p>Attached is a patch where this is fixed, though the contents of the patch is the same as the previously submitted version (only the commit message has been updated to not refer to the wrong ticket).</p>
</body>
</html>