Loading apps/renderer.c +2 −2 Original line number Diff line number Diff line Loading @@ -785,7 +785,7 @@ int main( int16_t *outInt16Buffer; float *outFloatBuffer; #ifdef SPLIT_REND_WITH_HEAD_ROT uint8_t *bitsBufferData = NULL; uint8_t *bitsBufferData; #endif IVAS_REND_AudioBuffer inBuffer; IVAS_REND_AudioBuffer outBuffer; Loading Loading @@ -904,8 +904,8 @@ int main( exit( -1 ); } } #endif if ( !isEmptyString( args.renderConfigFilePath ) ) { if ( RenderConfigReader_open( args.renderConfigFilePath, &renderConfigReader ) != IVAS_ERR_OK ) Loading Loading
apps/renderer.c +2 −2 Original line number Diff line number Diff line Loading @@ -785,7 +785,7 @@ int main( int16_t *outInt16Buffer; float *outFloatBuffer; #ifdef SPLIT_REND_WITH_HEAD_ROT uint8_t *bitsBufferData = NULL; uint8_t *bitsBufferData; #endif IVAS_REND_AudioBuffer inBuffer; IVAS_REND_AudioBuffer outBuffer; Loading Loading @@ -904,8 +904,8 @@ int main( exit( -1 ); } } #endif if ( !isEmptyString( args.renderConfigFilePath ) ) { if ( RenderConfigReader_open( args.renderConfigFilePath, &renderConfigReader ) != IVAS_ERR_OK ) Loading