[vlc-devel] commit: Review a bit wav demuxer against broken files. (Laurent Aimar )
xxcv
xxcv07 at gmail.com
Mon Mar 30 01:15:46 CEST 2009
Hi,
git version control wrote:
> vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sat Mar 28 16:09:41 2009 +0100| [b6352fa893ec297a960f1bf35969e17ee5cb99d5] | committer: Laurent Aimar
>
> Review a bit wav demuxer against broken files.
>
>
>> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b6352fa893ec297a960f1bf35969e17ee5cb99d5
>>
> ---
>
> modules/demux/wav.c | 155 ++++++++++++++++++++++++++++++---------------------
> 1 files changed, 92 insertions(+), 63 deletions(-)
>
> Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=b6352fa893ec297a960f1bf35969e17ee5cb99d5
>
Speex wav files are broken since vlc-1.0.0-pre1-20090328-2307
wav debug: chunk: fcc=`fmt ` size=16
wav debug: format: 0x0001, fourcc: araw, channels: 1, freq: 16000 Hz,
bitrate: 31Ko/s, blockalign: 2, bits/samples: 16, extra size: 0
avformat debug: detected format: aac
main debug: selecting program id=0
avformat debug: adding es: audio codec = mp4a
avformat debug: AVFormat supported stream
avformat debug: - format = aac (raw ADTS AAC)
avformat debug: - start time = -1
avformat debug: - duration = -1
------------------------------------------------------------------------
Before
wav debug: chunk: fcc=`fmt ` size=16
wav debug: format: 0x0001, fourcc: araw, channels: 1, freq: 16000 Hz,
bitrate: 31Ko/s, blockalign: 2, bits/samples: 16, extra size: 0
wav debug: found Raw audio audio format
wav debug: chunk: fcc=`data` size=213120
main debug: selecting program id=0
main debug: using demux module "wav"
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20090330/93d1cb44/attachment.html>
More information about the vlc-devel
mailing list