[Home]

Summary:ASTERISK-04322: [patch] format_slin.c seek is broken
Reporter:Anthony Minessale (anthm)Labels:
Date Opened:2005-06-02 10:04:33Date Closed:2011-06-07 14:10:45
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) slin_fix.diff
Description:format_slin.c has a line missing to properly calculate how far to seek so attempts to seek will not work properly.


****** ADDITIONAL INFORMATION ******

Disclaimer on file
anthmct@yahoo.com
Comments:By: Mark Spencer (markster) 2005-06-02 13:51:06

Fixed in CVS head with the 1 liner of shifting left the offset by one.

By: Russell Bryant (russell) 2005-06-14 16:48:13

fixed in 1.0 as well

By: Digium Subversion (svnbot) 2008-01-15 15:36:45.000-0600

Repository: asterisk
Revision: 5815

U   trunk/formats/format_sln.c

------------------------------------------------------------------------
r5815 | markster | 2008-01-15 15:36:45 -0600 (Tue, 15 Jan 2008) | 2 lines

Fix offset calculation for signed linear (bug ASTERISK-4322)

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

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

By: Digium Subversion (svnbot) 2008-01-15 15:38:13.000-0600

Repository: asterisk
Revision: 5912

U   branches/v1-0/formats/format_sln.c

------------------------------------------------------------------------
r5912 | russell | 2008-01-15 15:38:12 -0600 (Tue, 15 Jan 2008) | 2 lines

Fix offset calculation for signed linear (bug ASTERISK-4322)

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

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