Commit 1d57306e authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

[fix] missing ELSE

parent 637f5534
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -303,8 +303,7 @@ void ivas_renderer_select(
     *-----------------------------------------------------------------*/

#ifdef FIX_1419_MONO_STEREO_UMX
    test();
    IF( EQ_32( st_ivas->ivas_format, MONO_FORMAT ) || EQ_32( st_ivas->ivas_format, STEREO_FORMAT ) )
    ELSE IF( EQ_32( st_ivas->ivas_format, MONO_FORMAT ) || EQ_32( st_ivas->ivas_format, STEREO_FORMAT ) )
    {
        *internal_config = EQ_32( st_ivas->ivas_format, MONO_FORMAT ) ? IVAS_AUDIO_CONFIG_MONO : IVAS_AUDIO_CONFIG_STEREO;
        move16();