Loading lib_util/render_config_reader.c +2 −1 Original line number Diff line number Diff line Loading @@ -1333,7 +1333,8 @@ static ivas_error RenderConfigReader_readBinary( fread( pRenderConfigReader->pBitstream, sizeof( uint8_t ), file_size, pReverbConfigFile ); pRenderConfigReader->length = file_size; #ifdef FIX_RENDER_CONFIG_BITSTREAM_READER #ifdef API_5MS /* we read the config twice in the decoder, so reset the read offset here */ pRenderConfigReader->readOffset = 0; #endif Loading Loading
lib_util/render_config_reader.c +2 −1 Original line number Diff line number Diff line Loading @@ -1333,7 +1333,8 @@ static ivas_error RenderConfigReader_readBinary( fread( pRenderConfigReader->pBitstream, sizeof( uint8_t ), file_size, pReverbConfigFile ); pRenderConfigReader->length = file_size; #ifdef FIX_RENDER_CONFIG_BITSTREAM_READER #ifdef API_5MS /* we read the config twice in the decoder, so reset the read offset here */ pRenderConfigReader->readOffset = 0; #endif Loading