Loading lib_util/render_config_reader.c +1 −1 Original line number Diff line number Diff line Loading @@ -2944,7 +2944,7 @@ ivas_error RenderConfigReader_getAcousticEnvironment( /* case when -aeid is not specified, select first ID from config file */ #ifdef IVAS_RTPDUMP_ACOUSTIC_ENVIRONMENT if ( id == (Word16) IVAS_DEFAULT_AEID && pRenderConfigReader->nAE > 0 ) if ( id == (UWord16) IVAS_DEFAULT_AEID && pRenderConfigReader->nAE > 0 ) #else if ( id == 65535 && pRenderConfigReader->nAE > 0 ) #endif Loading Loading
lib_util/render_config_reader.c +1 −1 Original line number Diff line number Diff line Loading @@ -2944,7 +2944,7 @@ ivas_error RenderConfigReader_getAcousticEnvironment( /* case when -aeid is not specified, select first ID from config file */ #ifdef IVAS_RTPDUMP_ACOUSTIC_ENVIRONMENT if ( id == (Word16) IVAS_DEFAULT_AEID && pRenderConfigReader->nAE > 0 ) if ( id == (UWord16) IVAS_DEFAULT_AEID && pRenderConfigReader->nAE > 0 ) #else if ( id == 65535 && pRenderConfigReader->nAE > 0 ) #endif Loading