Commit 97987082 authored by Marek Szczerba's avatar Marek Szczerba
Browse files

AE ID type changed from Word16 to UWord16

parent 2492c9f7
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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