mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 16:39:14 +00:00
libsndfile remove accidental line endings
This commit is contained in:
parent
ae1016107d
commit
2a3a1aae44
@ -428,8 +428,8 @@ alac_encode_block (SF_PRIVATE * psf, ALAC_PRIVATE *plac)
|
|||||||
{ ALAC_ENCODER *penc = &plac->encoder ;
|
{ ALAC_ENCODER *penc = &plac->encoder ;
|
||||||
uint32_t num_bytes = 0 ;
|
uint32_t num_bytes = 0 ;
|
||||||
#ifndef _MSC_VER
|
#ifndef _MSC_VER
|
||||||
uint8_t byte_buffer [psf->sf.channels * ALAC_BYTE_BUFFER_SIZE] ;
|
uint8_t byte_buffer [psf->sf.channels * ALAC_BYTE_BUFFER_SIZE] ;
|
||||||
#else
|
#else
|
||||||
uint8_t* byte_buffer = (uint8_t*)_alloca (psf->sf.channels * ALAC_BYTE_BUFFER_SIZE) ;
|
uint8_t* byte_buffer = (uint8_t*)_alloca (psf->sf.channels * ALAC_BYTE_BUFFER_SIZE) ;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user