[Home]

Summary:ASTERISK-03747: [patch] error playing wav49 format with Windows Media Player
Reporter:jonh (jonh)Labels:
Date Opened:2005-03-22 19:57:52.000-0600Date Closed:2008-01-15 15:29:40.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) wav_gsm.patch
Description:Same symptoms as Bug 254 but different cause.
Variable fs->bytes was only used to determine if file needed a byte added to the end of it to make it's length even, but it didn't always accurately contain the file's size.
Replaced this variable with seek to EOF like done in update_header.
Comments:By: Mark Spencer (markster) 2005-03-22 20:40:20.000-0600

Disclaimer?

By: jonh (jonh) 2005-03-22 21:33:38.000-0600

Faxed disclaimer a few minutes ago.

By: Mark Spencer (markster) 2005-03-22 22:36:06.000-0600

Fixed in CVS head, thanks!

By: Russell Bryant (russell) 2005-03-31 21:30:18.000-0600

fixed in 1.0

By: Digium Subversion (svnbot) 2008-01-15 15:28:18.000-0600

Repository: asterisk
Revision: 5233

U   trunk/formats/format_wav_gsm.c

------------------------------------------------------------------------
r5233 | markster | 2008-01-15 15:28:18 -0600 (Tue, 15 Jan 2008) | 2 lines

Fix wav format (bug ASTERISK-3747)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=5233

By: Digium Subversion (svnbot) 2008-01-15 15:29:40.000-0600

Repository: asterisk
Revision: 5329

U   branches/v1-0/CHANGES
U   branches/v1-0/formats/format_wav_gsm.c

------------------------------------------------------------------------
r5329 | russell | 2008-01-15 15:29:40 -0600 (Tue, 15 Jan 2008) | 2 lines

fix wav fomat (bug ASTERISK-3747)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=5329