mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-30 22:13:03 +00:00
FS-4114 --resolve this bug is actually in libsndfile, if its not fixed in the latest version we probably should report it upstream
This commit is contained in:
parent
e1db065195
commit
ecfe3263e2
@ -1 +1 @@
|
|||||||
Thu May 21 16:11:03 CDT 2009
|
Mon Apr 16 11:52:47 CDT 2012
|
||||||
|
@ -724,7 +724,9 @@ ima_seek (SF_PRIVATE *psf, int mode, sf_count_t offset)
|
|||||||
if (offset == 0)
|
if (offset == 0)
|
||||||
{ psf_fseek (psf, psf->dataoffset, SEEK_SET) ;
|
{ psf_fseek (psf, psf->dataoffset, SEEK_SET) ;
|
||||||
pima->blockcount = 0 ;
|
pima->blockcount = 0 ;
|
||||||
|
if (pima->decode_block) {
|
||||||
pima->decode_block (psf, pima) ;
|
pima->decode_block (psf, pima) ;
|
||||||
|
}
|
||||||
pima->samplecount = 0 ;
|
pima->samplecount = 0 ;
|
||||||
return 0 ;
|
return 0 ;
|
||||||
} ;
|
} ;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user