Hey,<br>Attached patch fixes issue. <br><br><div class="gmail_quote">On Mon, Mar 30, 2009 at 4:45 AM, xxcv <span dir="ltr"><<a href="mailto:xxcv07@gmail.com">xxcv07@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">



  

<div bgcolor="#ffffff" text="#000000">
Hi,<div class="im"><br>
git version control wrote:
<blockquote type="cite">
  <pre>vlc | branch: master | Laurent Aimar <a href="mailto:fenrir@videolan.org" target="_blank"><fenrir@videolan.org></a> | Sat Mar 28 16:09:41 2009 +0100| [b6352fa893ec297a960f1bf35969e17ee5cb99d5] | committer: Laurent Aimar 

Review a bit wav demuxer against broken files.

  </pre>
  <blockquote type="cite">
    <pre><a href="http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b6352fa893ec297a960f1bf35969e17ee5cb99d5" target="_blank">http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b6352fa893ec297a960f1bf35969e17ee5cb99d5</a>
    </pre>
  </blockquote>
  <pre>---

 modules/demux/wav.c |  155 ++++++++++++++++++++++++++++++---------------------
 1 files changed, 92 insertions(+), 63 deletions(-)

Diff:   <a href="http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=b6352fa893ec297a960f1bf35969e17ee5cb99d5" target="_blank">http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=b6352fa893ec297a960f1bf35969e17ee5cb99d5</a>
  </pre>
</blockquote>
</div><span style="font-style: italic; color: rgb(0, 0, 139);">Speex wav
files are broken since vlc-1.0.0-pre1-20090328-2307<br>
<br>
</span><span style="font-style: italic; color: rgb(0, 0, 139);">wav</span><span style="font-style: italic; color: rgb(128, 128, 128);"> debug: </span><span style="color: rgb(0, 0, 0);">chunk: fcc=`fmt ` size=16</span>
<p style="margin: 0px; text-indent: 0px;"><span style="font-style: italic; color: rgb(0, 0, 139);">wav</span><span style="font-style: italic; color: rgb(128, 128, 128);"> debug: </span><span style="color: rgb(0, 0, 0);">format: 0x0001, fourcc: araw, channels:
1, freq: 16000 Hz, bitrate: 31Ko/s, blockalign: 2, bits/samples: 16,
extra size: 0</span></p>
<p style="margin: 0px; text-indent: 0px; color: rgb(0, 0, 0);"><br>
</p>
<span style="font-style: italic; color: rgb(0, 0, 139);">avformat</span><span style="font-style: italic; color: rgb(128, 128, 128);"> debug: </span><span style="color: rgb(0, 0, 0);">detected format: aac</span>
<p style="margin: 0px; text-indent: 0px;"><span style="font-style: italic; color: rgb(0, 0, 139);">main</span><span style="font-style: italic; color: rgb(128, 128, 128);"> debug: </span><span style="color: rgb(0, 0, 0);">selecting program id=0</span></p>

<p style="margin: 0px; text-indent: 0px;"><span style="font-style: italic; color: rgb(0, 0, 139);">avformat</span><span style="font-style: italic; color: rgb(128, 128, 128);"> debug: </span><span style="color: rgb(0, 0, 0);">adding es: audio codec = mp4a</span></p>

<p style="margin: 0px; text-indent: 0px;"><span style="font-style: italic; color: rgb(0, 0, 139);">avformat</span><span style="font-style: italic; color: rgb(128, 128, 128);"> debug: </span><span style="color: rgb(0, 0, 0);">AVFormat supported stream</span></p>

<p style="margin: 0px; text-indent: 0px;"><span style="font-style: italic; color: rgb(0, 0, 139);">avformat</span><span style="font-style: italic; color: rgb(128, 128, 128);"> debug: </span><span style="color: rgb(0, 0, 0);"> - format = aac (raw ADTS AAC)</span></p>

<p style="margin: 0px; text-indent: 0px;"><span style="font-style: italic; color: rgb(0, 0, 139);">avformat</span><span style="font-style: italic; color: rgb(128, 128, 128);"> debug: </span><span style="color: rgb(0, 0, 0);"> - start time = -1</span></p>

<p style="margin: 0px; text-indent: 0px;"><span style="font-style: italic; color: rgb(0, 0, 139);">avformat</span><span style="font-style: italic; color: rgb(128, 128, 128);"> debug: </span><span style="color: rgb(0, 0, 0);"> - duration = -1</span></p>

<p style="margin: 0px; text-indent: 0px; color: rgb(0, 0, 0);"><br>
</p>
<hr size="2" width="100%">
<p style="margin: 0px; text-indent: 0px; color: rgb(0, 0, 0);">Before<br>
<span style="font-style: italic; color: rgb(0, 0, 139);">wav</span><span style="font-style: italic; color: rgb(128, 128, 128);"> debug: </span><span style="color: rgb(0, 0, 0);">chunk: fcc=`fmt ` size=16</span>
</p>
<p style="margin: 0px; text-indent: 0px;"><span style="font-style: italic; color: rgb(0, 0, 139);">wav</span><span style="font-style: italic; color: rgb(128, 128, 128);"> debug: </span><span style="color: rgb(0, 0, 0);">format: 0x0001, fourcc: araw, channels:
1, freq: 16000 Hz, bitrate: 31Ko/s, blockalign: 2, bits/samples: 16,
extra size: 0</span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="font-style: italic; color: rgb(0, 0, 139);">wav</span><span style="font-style: italic; color: rgb(128, 128, 128);"> debug: </span><span style="color: rgb(0, 0, 0);">found Raw audio audio format</span></p>

<p style="margin: 0px; text-indent: 0px;"><span style="font-style: italic; color: rgb(0, 0, 139);">wav</span><span style="font-style: italic; color: rgb(128, 128, 128);"> debug: </span><span style="color: rgb(0, 0, 0);">chunk: fcc=`data` size=213120</span></p>

<p style="margin: 0px; text-indent: 0px;"><span style="font-style: italic; color: rgb(0, 0, 139);">main</span><span style="font-style: italic; color: rgb(128, 128, 128);"> debug: </span><span style="color: rgb(0, 0, 0);">selecting program id=0</span></p>

<p style="margin: 0px; text-indent: 0px;"><span style="font-style: italic; color: rgb(0, 0, 139);">main</span><span style="font-style: italic; color: rgb(128, 128, 128);"> debug: </span><span style="color: rgb(0, 0, 0);">using demux module "wav"<br>

</span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="color: rgb(0, 0, 0);"><br>
Regards<br>
</span></p>
<p style="margin: 0px; text-indent: 0px; color: rgb(0, 0, 0);"><br>
</p>
</div>

<br>_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="http://mailman.videolan.org/listinfo/vlc-devel" target="_blank">http://mailman.videolan.org/listinfo/vlc-devel</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Regards,<br>Srikanth Raju<br>