Commit 6a733f97 authored by Marek Szczerba's avatar Marek Szczerba
Browse files

Comments cleanup

parent 1859494c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2886,6 +2886,7 @@ void ivas_destroy_dec(
    if ( st_ivas->pAcousticEnvironments != NULL )
    {
        free( st_ivas->pAcousticEnvironments );
        st_ivas->pAcousticEnvironments = NULL;
    }
#endif

+1 −1
Original line number Diff line number Diff line
@@ -2961,7 +2961,7 @@ ivas_error RenderConfigReader_read(

#ifdef IVAS_RTPDUMP_ACOUSTIC_ENVIRONMENT
/*------------------------------------------------------------------------------------------*
 * RenderConfigReader_getAcousticEnvironments()
 * RenderConfigReader_getAcousticEnvironmentCount()
 *
 * Gets number of acoustic environments available
 *------------------------------------------------------------------------------------------*/