mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 15:50:59 +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 ;
|
||||
uint32_t num_bytes = 0 ;
|
||||
#ifndef _MSC_VER
|
||||
uint8_t byte_buffer [psf->sf.channels * ALAC_BYTE_BUFFER_SIZE] ;
|
||||
#else
|
||||
uint8_t byte_buffer [psf->sf.channels * ALAC_BYTE_BUFFER_SIZE] ;
|
||||
#else
|
||||
uint8_t* byte_buffer = (uint8_t*)_alloca (psf->sf.channels * ALAC_BYTE_BUFFER_SIZE) ;
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user